#0AAF18

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

Shades of Islamic Green #0AAF18

Tints of Islamic Green #0AAF18

Color information

#0AAF18 (or 0x0AAF18) is unknown color: approx Islamic Green. HEX triplet: 0A, AF and 18. RGB value is (10,175,24). Sum of RGB (Red+Green+Blue) = 10+175+24=209 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.78% from 209); Green value is 175 (68.75% from 255 or 83.73% from 209); Blue value is 24 (9.77% from 255 or 11.48% from 209); Max value from RGB is 175 - color contains mainly: green. Hex color #0AAF18 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0AAF18 is #F550E7. Grayscale: #6C6C6C. Windows color (decimal): -16077032 or 1617674. OLE color: 1617674.

HSL color Cylindrical-coordinate representation of color #0AAF18: hue angle of 125.09º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AAF18 is Cyan = 0.94, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB1017524-
CMYK0.9400.860.31
HSL125.09º89.19%36.27%-
HSV(B)125.09º94.29%68.63%-
XYZ15.6230.795.98-
YUV108.4580.3457.78-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.78%
GREEN value IS 175 (68.75% from 255) = 83.73%
BLUE value IS 24 (9.77% from 255) = 11.48%
R=4.78%
G=83.73%
B=11.48%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal10175240.9400.860.31125.0989.1936.27
HexAAF185E0561F7d5924
Octal122573013601263717513144
Binary101010101111110001011110010101101111111111011011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AAF18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,175,24); }

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

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

 a { background-color: rgb(10,175,24); }

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

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

 span { border-color: rgb(10,175,24); }

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