#00AF11

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

Shades of Islamic Green #00AF11

Tints of Islamic Green #00AF11

Color information

#00AF11 (or 0x00AF11) is unknown color: approx Islamic Green. HEX triplet: 00, AF and 11. RGB value is (0,175,17). Sum of RGB (Red+Green+Blue) = 0+175+17=192 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 192); Green value is 175 (68.75% from 255 or 91.15% from 192); Blue value is 17 (7.03% from 255 or 8.85% from 192); Max value from RGB is 175 - color contains mainly: green. Hex color #00AF11 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #00AF11 is #FF50EE. Grayscale: #696969. Windows color (decimal): -16732399 or 1158912. OLE color: 1158912.

HSL color Cylindrical-coordinate representation of color #00AF11: hue angle of 125.83º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AF11 is Cyan = 1, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB017517-
CMYK100.900.31
HSL125.83º100%34.31%-
HSV(B)125.83º100%68.63%-
XYZ15.4330.75.64-
YUV104.6678.5253.35-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 175 (68.75% from 255) = 91.15%
BLUE value IS 17 (7.03% from 255) = 8.85%
R=0%
G=91.15%
B=8.85%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal017517100.900.31125.8310034.31
Hex0AF116405A1F7e6422
Octal02572114401323717614442
Binary010101111100011100100010110101111111111101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00AF11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00AF11; }

 p { color: rgb(0,175,17); }

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

<style>
 a { background-color: #00AF11; }

 a { background-color: rgb(0,175,17); }

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

<style>
 span { border-color: #00AF11; }

 span { border-color: rgb(0,175,17); }

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