#0faa18

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

Shades of Islamic Green #0FAA18

Tints of Islamic Green #0FAA18

Color information

#0FAA18 (or 0x0FAA18) is unknown color: approx Islamic Green. HEX triplet: 0F, AA and 18. RGB value is (15,170,24). Sum of RGB (Red+Green+Blue) = 15+170+24=209 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.18% from 209); Green value is 170 (66.80% from 255 or 81.34% from 209); Blue value is 24 (9.77% from 255 or 11.48% from 209); Max value from RGB is 170 - color contains mainly: green. Hex color #0FAA18 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FAA18 is #F055E7. Grayscale: #6B6B6B. Windows color (decimal): -15750632 or 1616399. OLE color: 1616399.

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

Color convert

RGB1517024-
CMYK0.9100.860.33
HSL123.48º83.78%36.27%-
HSV(B)123.48º91.18%66.67%-
XYZ14.7428.925.67-
YUV107.0181.1562.37-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.18%
GREEN value IS 170 (66.80% from 255) = 81.34%
BLUE value IS 24 (9.77% from 255) = 11.48%
R=7.18%
G=81.34%
B=11.48%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal15170240.9100.860.33123.4883.7836.27
HexFAA185B056217b5424
Octal172523013301264117312444
Binary1111101010101100010110110101011010000111110111010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0faa18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,170,24); }

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

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

 a { background-color: rgb(15,170,24); }

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

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

 span { border-color: rgb(15,170,24); }

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