#0AAB08

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

Shades of Islamic Green #0AAB08

Tints of Islamic Green #0AAB08

Color information

#0AAB08 (or 0x0AAB08) is unknown color: approx Islamic Green. HEX triplet: 0A, AB and 08. RGB value is (10,171,8). Sum of RGB (Red+Green+Blue) = 10+171+8=189 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.29% from 189); Green value is 171 (67.19% from 255 or 90.48% from 189); Blue value is 8 (3.52% from 255 or 4.23% from 189); Max value from RGB is 171 - color contains mainly: green. Hex color #0AAB08 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0AAB08 is #F554F7. Grayscale: #686868. Windows color (decimal): -16078072 or 568074. OLE color: 568074.

HSL color Cylindrical-coordinate representation of color #0AAB08: hue angle of 119.26º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AAB08 is Cyan = 0.94, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.33.

Color convert

RGB101718-
CMYK0.9400.950.33
HSL119.26º91.06%35.1%-
HSV(B)119.26º95.32%67.06%-
XYZ14.7329.215.09-
YUV104.2873.6660.75-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.29%
GREEN value IS 171 (67.19% from 255) = 90.48%
BLUE value IS 8 (3.52% from 255) = 4.23%
R=5.29%
G=90.48%
B=4.23%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1017180.9400.950.33119.2691.0635.1
HexAAB85E05F21775b23
Octal122531013601374116713343
Binary101010101011100010111100101111110000111101111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AAB08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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