Html Css Color HEX #11A70F Islamic Green

📋 copy color: '#11A70F'

red 17 ◦ green 167 ◦ blue 15

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

Shades of Islamic Green #11A70F

Tints of Islamic Green #11A70F

RGB

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

 GREEN value IS 167 (65.63% from 255) = 83.92%

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

R = 8.54%
G = 83.92%
B = 7.54%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.91

 K value IS 0.35

RGB Variations

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

Color information

#11A70F (or 0x11A70F) is known color: Islamic Green. HEX triplet: 11, A7 and 0F. RGB value is (17,167,15). Sum of RGB (Red+Green+Blue) = 17+167+15=199 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.54% from 199); Green value is 167 (65.62% from 255 or 83.92% from 199); Blue value is 15 (6.25% from 255 or 7.54% from 199); Max value from RGB is 167 - color contains mainly: green. Hex color #11A70F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #11A70F is #EE58F0. Grayscale: #696969. Windows color (decimal): -15620337 or 1025809. OLE color: 1025809.

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

Color convert

RGB 17 167 15 -
CMYK 0.90 0 0.91 0.35
HSL 119.21º 0.84% 0.36% -
HSV(B) 119.21º 0.91% 0.65% -
XYZ 14.14 27.79 5.07 -
YUV 104.82 77.31 65.36 -
System Red Green Blue C M Y K H S L
Decimal 17 167 15 0.90 0 0.91 0.35 119.21 0.84 0.36
Hex 11 A7 F 5A 0 5B 23 77 54 24
Octal 21 247 17 132 0 133 43 167 124 44
Binary 10001 10100111 1111 1011010 0 1011011 100011 1110111 1010100 100100

Color Harmonies of #11A70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11A70F

Black with #11A70F

Text Example


Text Example

White with #11A70F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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