#08A008

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

Shades of Islamic Green #08A008

Tints of Islamic Green #08A008

Color information

#08A008 (or 0x08A008) is unknown color: approx Islamic Green. HEX triplet: 08, A0 and 08. RGB value is (8,160,8). Sum of RGB (Red+Green+Blue) = 8+160+8=176 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.55% from 176); Green value is 160 (62.89% from 255 or 90.91% from 176); Blue value is 8 (3.52% from 255 or 4.55% from 176); Max value from RGB is 160 - color contains mainly: green. Hex color #08A008 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #08A008 is #F75FF7. Grayscale: #616161. Windows color (decimal): -16211960 or 565256. OLE color: 565256.

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

Color convert

RGB81608-
CMYK0.9500.950.37
HSL120º90.48%32.94%-
HSV(B)120º95%62.75%-
XYZ12.7125.214.43-
YUV97.2277.6464.36-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.55%
GREEN value IS 160 (62.89% from 255) = 90.91%
BLUE value IS 8 (3.52% from 255) = 4.55%
R=4.55%
G=90.91%
B=4.55%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal816080.9500.950.3712090.4832.94
Hex8A085F05F25785a21
Octal102401013701374517013241
Binary100010100000100010111110101111110010111110001011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08A008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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