Html Css Color HEX #11AF0C Islamic Green

📋 copy color: '#11AF0C'

red 17 ◦ green 175 ◦ blue 12

#11AF0C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Islamic Green #11AF0C

Tints of Islamic Green #11AF0C

RGB

 RED value IS 17 (7.03% from 255) = 8.33%

 GREEN value IS 175 (68.75% from 255) = 85.78%

 BLUE value IS 12 (5.08% from 255) = 5.88%

R = 8.33%
G = 85.78%
B = 5.88%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#11AF0C (or 0x11AF0C) is known color: Islamic Green. HEX triplet: 11, AF and 0C. RGB value is (17,175,12). Sum of RGB (Red+Green+Blue) = 17+175+12=204 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.33% from 204); Green value is 175 (68.75% from 255 or 85.78% from 204); Blue value is 12 (5.08% from 255 or 5.88% from 204); Max value from RGB is 175 - color contains mainly: green. Hex color #11AF0C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #11AF0C is #EE50F3. Grayscale: #6D6D6D. Windows color (decimal): -15618292 or 831249. OLE color: 831249.

HSL color Cylindrical-coordinate representation of color #11AF0C: hue angle of 118.16º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11AF0C is Cyan = 0.90, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 17 175 12 -
CMYK 0.90 0 0.93 0.31
HSL 118.16º 0.87% 0.37% -
HSV(B) 118.16º 0.93% 0.69% -
XYZ 15.63 30.81 5.47 -
YUV 109.18 73.15 62.25 -
System Red Green Blue C M Y K H S L
Decimal 17 175 12 0.90 0 0.93 0.31 118.16 0.87 0.37
Hex 11 AF C 5A 0 5D 1F 76 57 25
Octal 21 257 14 132 0 135 37 166 127 45
Binary 10001 10101111 1100 1011010 0 1011101 11111 1110110 1010111 100101

Color Harmonies of #11AF0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11AF0C

Black with #11AF0C

Text Example


Text Example

White with #11AF0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11AF0C; }

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

 H1.HeaderClassName
 {
   color: #11AF0C;
 }
 .AnyTagClassName
 {
   color: #11AF0C;
 }
</style>

background-color css

<style>
 a { background-color: #11AF0C; }

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

 div.DivClassName
 {
   background-color: #11AF0C;
 }
 .BgClassName
 {
   background-color: #11AF0C;
 }
</style>

border-color css

<style>
 span { border-color: #11AF0C; }

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

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