#0AA008

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

Shades of Islamic Green #0AA008

Tints of Islamic Green #0AA008

Color information

#0AA008 (or 0x0AA008) is unknown color: approx Islamic Green. HEX triplet: 0A, A0 and 08. RGB value is (10,160,8). Sum of RGB (Red+Green+Blue) = 10+160+8=178 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.62% from 178); Green value is 160 (62.89% from 255 or 89.89% from 178); Blue value is 8 (3.52% from 255 or 4.49% from 178); Max value from RGB is 160 - color contains mainly: green. Hex color #0AA008 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0AA008 is #F55FF7. Grayscale: #626262. Windows color (decimal): -16080888 or 565258. OLE color: 565258.

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

Color convert

RGB101608-
CMYK0.9400.950.37
HSL119.21º90.48%32.94%-
HSV(B)119.21º95%62.75%-
XYZ12.7425.224.43-
YUV97.8277.3165.36-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.62%
GREEN value IS 160 (62.89% from 255) = 89.89%
BLUE value IS 8 (3.52% from 255) = 4.49%
R=5.62%
G=89.89%
B=4.49%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1016080.9400.950.37119.2190.4832.94
HexAA085E05F25775a21
Octal122401013601374516713241
Binary101010100000100010111100101111110010111101111011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AA008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0AA008; }

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

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

<style>
 a { background-color: #0AA008; }

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

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

<style>
 span { border-color: #0AA008; }

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

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