Html Css Color HEX #119F14 Islamic Green

📋 copy color: '#119F14'

red 17 ◦ green 159 ◦ blue 20

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

Shades of Islamic Green #119F14

Tints of Islamic Green #119F14

RGB

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

 GREEN value IS 159 (62.5% from 255) = 81.12%

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

R = 8.67%
G = 81.12%
B = 10.2%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.87

 K value IS 0.38

RGB Variations

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

Color information

#119F14 (or 0x119F14) is known color: Islamic Green. HEX triplet: 11, 9F and 14. RGB value is (17,159,20). Sum of RGB (Red+Green+Blue) = 17+159+20=196 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.67% from 196); Green value is 159 (62.5% from 255 or 81.12% from 196); Blue value is 20 (8.20% from 255 or 10.20% from 196); Max value from RGB is 159 - color contains mainly: green. Hex color #119F14 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #119F14 is #EE60EB. Grayscale: #656565. Windows color (decimal): -15622380 or 1351441. OLE color: 1351441.

HSL color Cylindrical-coordinate representation of color #119F14: hue angle of 121.27º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119F14 is Cyan = 0.89, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.38.

Color convert

RGB 17 159 20 -
CMYK 0.89 0 0.87 0.38
HSL 121.27º 0.81% 0.35% -
HSV(B) 121.27º 0.89% 0.62% -
XYZ 12.76 24.97 4.81 -
YUV 100.7 82.46 68.3 -
System Red Green Blue C M Y K H S L
Decimal 17 159 20 0.89 0 0.87 0.38 121.27 0.81 0.35
Hex 11 9F 14 59 0 57 26 79 51 23
Octal 21 237 24 131 0 127 46 171 121 43
Binary 10001 10011111 10100 1011001 0 1010111 100110 1111001 1010001 100011

Color Harmonies of #119F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119F14

Black with #119F14

Text Example


Text Example

White with #119F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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