#06A011

Color #06A011 Islamic Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Islamic Green #06A011

Tints of Islamic Green #06A011

Color information

#06A011 (or 0x06A011) is unknown color: approx Islamic Green. HEX triplet: 06, A0 and 11. RGB value is (6,160,17). Sum of RGB (Red+Green+Blue) = 6+160+17=183 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.28% from 183); Green value is 160 (62.89% from 255 or 87.43% from 183); Blue value is 17 (7.03% from 255 or 9.29% from 183); Max value from RGB is 160 - color contains mainly: green. Hex color #06A011 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #06A011 is #F95FEE. Grayscale: #626262. Windows color (decimal): -16343023 or 1155078. OLE color: 1155078.

HSL color Cylindrical-coordinate representation of color #06A011: hue angle of 124.29º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06A011 is Cyan = 0.96, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.37.

Color convert

RGB616017-
CMYK0.9600.890.37
HSL124.29º92.77%32.55%-
HSV(B)124.29º96.25%62.75%-
XYZ12.7525.224.73-
YUV97.6582.4862.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 6 (2.73% from 255) = 3.28%
GREEN value IS 160 (62.89% from 255) = 87.43%
BLUE value IS 17 (7.03% from 255) = 9.29%
R=3.28%
G=87.43%
B=9.29%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal6160170.9600.890.37124.2992.7732.55
Hex6A01160059257c5d21
Octal62402114001314517413541
Binary110101000001000111000000101100110010111111001011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06A011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06A011; }

 p { color: rgb(6,160,17); }

 H1.HeaderClassName
 {
   color: #06A011;
 }
 .AnyTagClassName
 {
   color: #06A011;
 }
</style>
background-color css

<style>
 a { background-color: #06A011; }

 a { background-color: rgb(6,160,17); }

 div.DivClassName
 {
   background-color: #06A011;
 }
 .BgClassName
 {
   background-color: #06A011;
 }
</style>
border-color css

<style>
 span { border-color: #06A011; }

 span { border-color: rgb(6,160,17); }

 td.TdClassName
 {
   border-color: #06A011;
 }
 .TagClassName
 {
   border-color: #06A011;
 }
</style>