#0AAF19

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

Shades of Islamic Green #0AAF19

Tints of Islamic Green #0AAF19

Color information

#0AAF19 (or 0x0AAF19) is unknown color: approx Islamic Green. HEX triplet: 0A, AF and 19. RGB value is (10,175,25). Sum of RGB (Red+Green+Blue) = 10+175+25=210 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.76% from 210); Green value is 175 (68.75% from 255 or 83.33% from 210); Blue value is 25 (10.16% from 255 or 11.90% from 210); Max value from RGB is 175 - color contains mainly: green. Hex color #0AAF19 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0AAF19 is #F550E6. Grayscale: #6D6D6D. Windows color (decimal): -16077031 or 1683210. OLE color: 1683210.

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

Color convert

RGB1017525-
CMYK0.9400.860.31
HSL125.45º89.19%36.27%-
HSV(B)125.45º94.29%68.63%-
XYZ15.6330.796.04-
YUV108.5680.8457.7-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.76%
GREEN value IS 175 (68.75% from 255) = 83.33%
BLUE value IS 25 (10.16% from 255) = 11.90%
R=4.76%
G=83.33%
B=11.90%

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
Decimal10175250.9400.860.31125.4589.1936.27
HexAAF195E0561F7d5924
Octal122573113601263717513144
Binary101010101111110011011110010101101111111111011011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AAF19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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