#06A10C

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

Shades of Islamic Green #06A10C

Tints of Islamic Green #06A10C

Color information

#06A10C (or 0x06A10C) is unknown color: approx Islamic Green. HEX triplet: 06, A1 and 0C. RGB value is (6,161,12). Sum of RGB (Red+Green+Blue) = 6+161+12=179 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.35% from 179); Green value is 161 (63.28% from 255 or 89.94% from 179); Blue value is 12 (5.08% from 255 or 6.70% from 179); Max value from RGB is 161 - color contains mainly: green. Hex color #06A10C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #06A10C is #F95EF3. Grayscale: #626262. Windows color (decimal): -16342772 or 827654. OLE color: 827654.

HSL color Cylindrical-coordinate representation of color #06A10C: hue angle of 122.32º 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 #06A10C is Cyan = 0.96, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.37.

Color convert

RGB616112-
CMYK0.9600.930.37
HSL122.32º92.81%32.75%-
HSV(B)122.32º96.27%63.14%-
XYZ12.8925.564.6-
YUV97.6779.6562.62-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.35%
GREEN value IS 161 (63.28% from 255) = 89.94%
BLUE value IS 12 (5.08% from 255) = 6.70%
R=3.35%
G=89.94%
B=6.70%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal6161120.9600.930.37122.3292.8132.75
Hex6A1C6005D257a5d21
Octal62411414001354517213541
Binary11010100001110011000000101110110010111110101011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06A10C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,161,12); }

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

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

 a { background-color: rgb(6,161,12); }

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

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

 span { border-color: rgb(6,161,12); }

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