Html Css Color HEX #11AF0F Islamic Green

📋 copy color: '#11AF0F'

red 17 ◦ green 175 ◦ blue 15

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

Shades of Islamic Green #11AF0F

Tints of Islamic Green #11AF0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.25%

R = 8.21%
G = 84.54%
B = 7.25%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#11AF0F (or 0x11AF0F) is known color: Islamic Green. HEX triplet: 11, AF and 0F. RGB value is (17,175,15). Sum of RGB (Red+Green+Blue) = 17+175+15=207 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.21% from 207); Green value is 175 (68.75% from 255 or 84.54% from 207); Blue value is 15 (6.25% from 255 or 7.25% from 207); Max value from RGB is 175 - color contains mainly: green. Hex color #11AF0F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #11AF0F is #EE50F0. Grayscale: #6E6E6E. Windows color (decimal): -15618289 or 1027857. OLE color: 1027857.

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

Color convert

RGB 17 175 15 -
CMYK 0.90 0 0.91 0.31
HSL 119.25º 0.84% 0.37% -
HSV(B) 119.25º 0.91% 0.69% -
XYZ 15.65 30.81 5.57 -
YUV 109.52 74.65 62.01 -
System Red Green Blue C M Y K H S L
Decimal 17 175 15 0.90 0 0.91 0.31 119.25 0.84 0.37
Hex 11 AF F 5A 0 5B 1F 77 54 25
Octal 21 257 17 132 0 133 37 167 124 45
Binary 10001 10101111 1111 1011010 0 1011011 11111 1110111 1010100 100101

Color Harmonies of #11AF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11AF0F

Black with #11AF0F

Text Example


Text Example

White with #11AF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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