Html Css Color HEX #11A70C Islamic Green

📋 copy color: '#11A70C'

red 17 ◦ green 167 ◦ blue 12

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

Shades of Islamic Green #11A70C

Tints of Islamic Green #11A70C

RGB

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

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

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

R = 8.67%
G = 85.2%
B = 6.12%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#11A70C (or 0x11A70C) is known color: Islamic Green. HEX triplet: 11, A7 and 0C. RGB value is (17,167,12). Sum of RGB (Red+Green+Blue) = 17+167+12=196 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.67% from 196); Green value is 167 (65.62% from 255 or 85.20% from 196); Blue value is 12 (5.08% from 255 or 6.12% from 196); Max value from RGB is 167 - color contains mainly: green. Hex color #11A70C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #11A70C is #EE58F3. Grayscale: #686868. Windows color (decimal): -15620340 or 829201. OLE color: 829201.

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

Color convert

RGB 17 167 12 -
CMYK 0.90 0 0.93 0.35
HSL 118.06º 0.87% 0.35% -
HSV(B) 118.06º 0.93% 0.65% -
XYZ 14.12 27.78 4.97 -
YUV 104.48 75.81 65.6 -
System Red Green Blue C M Y K H S L
Decimal 17 167 12 0.90 0 0.93 0.35 118.06 0.87 0.35
Hex 11 A7 C 5A 0 5D 23 76 57 23
Octal 21 247 14 132 0 135 43 166 127 43
Binary 10001 10100111 1100 1011010 0 1011101 100011 1110110 1010111 100011

Color Harmonies of #11A70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11A70C

Black with #11A70C

Text Example


Text Example

White with #11A70C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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