Html Css Color HEX #119C14 Islamic Green

📋 copy color: '#119C14'

red 17 ◦ green 156 ◦ blue 20

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

Shades of Islamic Green #119C14

Tints of Islamic Green #119C14

RGB

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

 GREEN value IS 156 (61.33% from 255) = 80.83%

 BLUE value IS 20 (8.2% from 255) = 10.36%

R = 8.81%
G = 80.83%
B = 10.36%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.87

 K value IS 0.39

RGB Variations

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

Color information

#119C14 (or 0x119C14) is known color: Islamic Green. HEX triplet: 11, 9C and 14. RGB value is (17,156,20). Sum of RGB (Red+Green+Blue) = 17+156+20=193 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.81% from 193); Green value is 156 (61.33% from 255 or 80.83% from 193); Blue value is 20 (8.20% from 255 or 10.36% from 193); Max value from RGB is 156 - color contains mainly: green. Hex color #119C14 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #119C14 is #EE63EB. Grayscale: #636363. Windows color (decimal): -15623148 or 1350673. OLE color: 1350673.

HSL color Cylindrical-coordinate representation of color #119C14: hue angle of 121.29º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119C14 is Cyan = 0.89, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.39.

Color convert

RGB 17 156 20 -
CMYK 0.89 0 0.87 0.39
HSL 121.3º 0.8% 0.34% -
HSV(B) 121.3º 0.89% 0.61% -
XYZ 12.25 23.95 4.64 -
YUV 98.94 83.45 69.56 -
System Red Green Blue C M Y K H S L
Decimal 17 156 20 0.89 0 0.87 0.39 121.3 0.8 0.34
Hex 11 9C 14 59 0 57 27 79 50 22
Octal 21 234 24 131 0 127 47 171 120 42
Binary 10001 10011100 10100 1011001 0 1010111 100111 1111001 1010000 100010

Color Harmonies of #119C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119C14

Black with #119C14

Text Example


Text Example

White with #119C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119C14; }

 p { color: rgb(17,156,20); }

 H1.HeaderClassName
 {
   color: #119C14;
 }
 .AnyTagClassName
 {
   color: #119C14;
 }
</style>

background-color css

<style>
 a { background-color: #119C14; }

 a { background-color: rgb(17,156,20); }

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

border-color css

<style>
 span { border-color: #119C14; }

 span { border-color: rgb(17,156,20); }

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