#08A118

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

Shades of Islamic Green #08A118

Tints of Islamic Green #08A118

Color information

#08A118 (or 0x08A118) is unknown color: approx Islamic Green. HEX triplet: 08, A1 and 18. RGB value is (8,161,24). Sum of RGB (Red+Green+Blue) = 8+161+24=193 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.15% from 193); Green value is 161 (63.28% from 255 or 83.42% from 193); Blue value is 24 (9.77% from 255 or 12.44% from 193); Max value from RGB is 161 - color contains mainly: green. Hex color #08A118 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #08A118 is #F75EE7. Grayscale: #646464. Windows color (decimal): -16211688 or 1614088. OLE color: 1614088.

HSL color Cylindrical-coordinate representation of color #08A118: hue angle of 126.27º degrees, saturation: 0.91, 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 #08A118 is Cyan = 0.95, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.37.

Color convert

RGB816124-
CMYK0.9500.850.37
HSL126.27º90.53%33.14%-
HSV(B)126.27º95.03%63.14%-
XYZ13.0125.615.12-
YUV99.6485.3162.64-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.15%
GREEN value IS 161 (63.28% from 255) = 83.42%
BLUE value IS 24 (9.77% from 255) = 12.44%
R=4.15%
G=83.42%
B=12.44%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal8161240.9500.850.37126.2790.5333.14
Hex8A1185F055257e5b21
Octal102413013701254517613341
Binary1000101000011100010111110101010110010111111101011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08A118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,161,24); }

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

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

 a { background-color: rgb(8,161,24); }

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

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

 span { border-color: rgb(8,161,24); }

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