#01AF16

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

Shades of Islamic Green #01AF16

Tints of Islamic Green #01AF16

Color information

#01AF16 (or 0x01AF16) is unknown color: approx Islamic Green. HEX triplet: 01, AF and 16. RGB value is (1,175,22). Sum of RGB (Red+Green+Blue) = 1+175+22=198 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 198); Green value is 175 (68.75% from 255 or 88.38% from 198); Blue value is 22 (8.98% from 255 or 11.11% from 198); Max value from RGB is 175 - color contains mainly: green. Hex color #01AF16 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01AF16 is #FE50E9. Grayscale: #696969. Windows color (decimal): -16666858 or 1486593. OLE color: 1486593.

HSL color Cylindrical-coordinate representation of color #01AF16: hue angle of 127.24º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01AF16 is Cyan = 0.99, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.31.

Color convert

RGB117522-
CMYK0.9900.870.31
HSL127.24º98.86%34.51%-
HSV(B)127.24º99.43%68.63%-
XYZ15.4930.725.87-
YUV105.5380.8553.44-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.51%
GREEN value IS 175 (68.75% from 255) = 88.38%
BLUE value IS 22 (8.98% from 255) = 11.11%
R=0.51%
G=88.38%
B=11.11%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1175220.9900.870.31127.2498.8634.51
Hex1AF16630571F7f6323
Octal12572614301273717714343
Binary110101111101101100011010101111111111111111100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01AF16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01AF16; }

 p { color: rgb(1,175,22); }

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

<style>
 a { background-color: #01AF16; }

 a { background-color: rgb(1,175,22); }

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

<style>
 span { border-color: #01AF16; }

 span { border-color: rgb(1,175,22); }

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