Html Css Color HEX #11990C Islamic Green

📋 copy color: '#11990C'

red 17 ◦ green 153 ◦ blue 12

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

Shades of Islamic Green #11990C

Tints of Islamic Green #11990C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 84.07%

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

R = 9.34%
G = 84.07%
B = 6.59%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.92

 K value IS 0.4

RGB Variations

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

Color information

#11990C (or 0x11990C) is known color: Islamic Green. HEX triplet: 11, 99 and 0C. RGB value is (17,153,12). Sum of RGB (Red+Green+Blue) = 17+153+12=182 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.34% from 182); Green value is 153 (60.16% from 255 or 84.07% from 182); Blue value is 12 (5.08% from 255 or 6.59% from 182); Max value from RGB is 153 - color contains mainly: green. Hex color #11990C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #11990C is #EE66F3. Grayscale: #606060. Windows color (decimal): -15623924 or 825617. OLE color: 825617.

HSL color Cylindrical-coordinate representation of color #11990C: hue angle of 117.87º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11990C is Cyan = 0.89, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.4.

Color convert

RGB 17 153 12 -
CMYK 0.89 0 0.92 0.4
HSL 117.87º 0.85% 0.32% -
HSV(B) 117.87º 0.92% 0.6% -
XYZ 11.69 22.93 4.16 -
YUV 96.26 80.44 71.46 -
System Red Green Blue C M Y K H S L
Decimal 17 153 12 0.89 0 0.92 0.4 117.87 0.85 0.32
Hex 11 99 C 59 0 5C 28 76 55 20
Octal 21 231 14 131 0 134 50 166 125 40
Binary 10001 10011001 1100 1011001 0 1011100 101000 1110110 1010101 100000

Color Harmonies of #11990C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11990C

Black with #11990C

Text Example


Text Example

White with #11990C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11990C; }

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

 H1.HeaderClassName
 {
   color: #11990C;
 }
 .AnyTagClassName
 {
   color: #11990C;
 }
</style>

background-color css

<style>
 a { background-color: #11990C; }

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

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

border-color css

<style>
 span { border-color: #11990C; }

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

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