COLOR #06A012

HEX: #06A012
RGB: (6,160,18)

Renk bilgisi

#06A012 contains mainly green color. #06A012 ‘ nin web güvenlik rengi #009900 (ya da #090) dir.

RGB renk modeli

#06A012 color RGB value is (6,160,18).

  • kırmız ton 6;
  • yeşil ton 160;
  • mavi ton 18.
RGB:
(6,160,18)
(2%,63%,7%)

RGB bağlantıları ve doygunluk

R 6 of 255 = 2%
G 160 of 255 = 63%
B 18 of 255 = 7%

6
160
18

R + G + B ~ 24%. #06A012 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
6 + 160 + 18 = 184 (100%)
R 6 of 184 ~ 3.26%
G 160 of 184 ~ 86.96%
B 18 of 184 ~ 9.78%

%86.96
%9.78

CMYK RENK MODELİ

#06A012 rengi CMYK tonu (96,0,89,37).

  • camgöbeği tonu 96.25%
  • eflatun tonu 0.00%
  • sarı tonu 88.75%
  • ana renk tonu 37.25%
CMYK:
(96,0,89,37)
C96M0Y89K37 
(96%,0%,89%,37%)
(0.96/0.00/0.89/0.37)	

CMYK yüzdeleri

%96.25
%0
%88.75
%37.25

Codes

Color #06A012 in popluar color models

06A012
RGB616018
HSL125°92.77%32.55%
HSB/HSV125°96.25%62.75%
CMYK96.25%0.00%88.75%
37.25%

Color #06A012 in popluar number systems.

HEX06A012
Decimal616018
Binary1101010000010010
Octal624022

Shades and tints

Shades of #06A012

#06A012
(6,160,18)
#069211
(6,146,17)
#068410
(6,132,16)
#06760F
(6,118,15)
#06680E
(6,104,14)
#065A0D
(6,90,13)
#064C0C
(6,76,12)
#063E0B
(6,62,11)
#06300A
(6,48,10)
#062209
(6,34,9)
#061408
(6,20,8)
#000000
(0,0,0)

Tints of #06A012

#06A012
(6,160,18)
#1CA827
(28,168,39)
#32B03C
(50,176,60)
#48B851
(72,184,81)
#5EC066
(94,192,102)
#74C87B
(116,200,123)
#8AD090
(138,208,144)
#A0D8A5
(160,216,165)
#B6E0BA
(182,224,186)
#CCE8CF
(204,232,207)
#E2F0E4
(226,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06A012 color. Also use rgb(6,160,18) instead hex code.

Text Font Color

.myTextColor { color: #06A012; }

<p style="color:#06A012">This sample text font color is #06A012.</p>

This text font color is #06A012.


Background Color

.myBgColor { background-color: #06A012; }

<div style="background-color:#06A012">Inner text</div>

This div background color is #06A012.


Border color

.myBorderColor { border: 1px solid #06A012; }

<div style="border:3px solid #06A012">Div</div>

This div border color is #06A012.


Opacity

.myOpacity80 { color: #06A012; opacity: 0.8; }

<p style="color:#06A012;opacity:0.8;">80%</p>

Text with #06A012 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #06A012;}

<p style="text-shadow: 3px 3px 1px #06A012">Text here.</p>

This text has shadow with #06A012 color.

.textShadow {text-shadow: 3px 3px 1px #06A012, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #06A012, 5px 5px 20px red">Text here.</p>

This text has shadow with #06A012 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#06A012, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#06A012, Direction=45, Strength=4)">Text</p>

This text has shadow with #06A012 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #06A012;
  -webkit-box-shadow:	1px 1px 3px 2px #06A012;
  box-shadow:		1px 1px 3px 2px #06A012;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #06A012;
-webkit-box-shadow: 1px 1px 3px 2px #06A012;
box-shadow:1px 1px 3px 2px #06A012;">
Div content here</div>
This div box has shadow with color #06A012.

Preview

Color preview on black background

This text has color #06A012 on black background.


Color preview on white background

This text has color #06A012 on white background.



Black color preview on #06A012 background

This text has black color on #06A012 background.


White color preview on #06A012 background

This text has white color on #06A012 background.