Html Css Color HEX #119F12 Islamic Green

📋 copy color: '#119F12'

red 17 ◦ green 159 ◦ blue 18

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

Shades of Islamic Green #119F12

Tints of Islamic Green #119F12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.28%

R = 8.76%
G = 81.96%
B = 9.28%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.89

 K value IS 0.38

RGB Variations

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

Color information

#119F12 (or 0x119F12) is known color: Islamic Green. HEX triplet: 11, 9F and 12. RGB value is (17,159,18). Sum of RGB (Red+Green+Blue) = 17+159+18=194 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.76% from 194); Green value is 159 (62.5% from 255 or 81.96% from 194); Blue value is 18 (7.42% from 255 or 9.28% from 194); Max value from RGB is 159 - color contains mainly: green. Hex color #119F12 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #119F12 is #EE60ED. Grayscale: #646464. Windows color (decimal): -15622382 or 1220369. OLE color: 1220369.

HSL color Cylindrical-coordinate representation of color #119F12: hue angle of 120.42º 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 #119F12 is Cyan = 0.89, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.38.

Color convert

RGB 17 159 18 -
CMYK 0.89 0 0.89 0.38
HSL 120.42º 0.81% 0.35% -
HSV(B) 120.42º 0.89% 0.62% -
XYZ 12.74 24.96 4.72 -
YUV 100.47 81.46 68.46 -
System Red Green Blue C M Y K H S L
Decimal 17 159 18 0.89 0 0.89 0.38 120.42 0.81 0.35
Hex 11 9F 12 59 0 59 26 78 51 23
Octal 21 237 22 131 0 131 46 170 121 43
Binary 10001 10011111 10010 1011001 0 1011001 100110 1111000 1010001 100011

Color Harmonies of #119F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119F12

Black with #119F12

Text Example


Text Example

White with #119F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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