#08A012

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

Shades of Islamic Green #08A012

Tints of Islamic Green #08A012

Color information

#08A012 (or 0x08A012) is unknown color: approx Islamic Green. HEX triplet: 08, A0 and 12. RGB value is (8,160,18). Sum of RGB (Red+Green+Blue) = 8+160+18=186 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.30% from 186); Green value is 160 (62.89% from 255 or 86.02% from 186); Blue value is 18 (7.42% from 255 or 9.68% from 186); Max value from RGB is 160 - color contains mainly: green. Hex color #08A012 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #08A012 is #F75FED. Grayscale: #626262. Windows color (decimal): -16211950 or 1220616. OLE color: 1220616.

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

Color convert

RGB816018-
CMYK0.9500.890.37
HSL123.95º90.48%32.94%-
HSV(B)123.95º95%62.75%-
XYZ12.7825.244.77-
YUV98.3682.6463.55-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.30%
GREEN value IS 160 (62.89% from 255) = 86.02%
BLUE value IS 18 (7.42% from 255) = 9.68%
R=4.30%
G=86.02%
B=9.68%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal8160180.9500.890.37123.9590.4832.94
Hex8A0125F059257c5a21
Octal102402213701314517413241
Binary1000101000001001010111110101100110010111111001011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08A012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08A012; }

 p { color: rgb(8,160,18); }

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

<style>
 a { background-color: #08A012; }

 a { background-color: rgb(8,160,18); }

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

<style>
 span { border-color: #08A012; }

 span { border-color: rgb(8,160,18); }

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