#0aaf17

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

Shades of Islamic Green #0AAF17

Tints of Islamic Green #0AAF17

Color information

#0AAF17 (or 0x0AAF17) is unknown color: approx Islamic Green. HEX triplet: 0A, AF and 17. RGB value is (10,175,23). Sum of RGB (Red+Green+Blue) = 10+175+23=208 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.81% from 208); Green value is 175 (68.75% from 255 or 84.13% from 208); Blue value is 23 (9.38% from 255 or 11.06% from 208); Max value from RGB is 175 - color contains mainly: green. Hex color #0AAF17 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0AAF17 is #F550E8. Grayscale: #6C6C6C. Windows color (decimal): -16077033 or 1552138. OLE color: 1552138.

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

Color convert

RGB1017523-
CMYK0.9400.870.31
HSL124.73º89.19%36.27%-
HSV(B)124.73º94.29%68.63%-
XYZ15.6130.795.93-
YUV108.3479.8457.86-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.81%
GREEN value IS 175 (68.75% from 255) = 84.13%
BLUE value IS 23 (9.38% from 255) = 11.06%
R=4.81%
G=84.13%
B=11.06%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal10175230.9400.870.31124.7389.1936.27
HexAAF175E0571F7d5924
Octal122572713601273717513144
Binary101010101111101111011110010101111111111111011011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0aaf17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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