Html Css Color HEX #119F4F Pigment Green

📋 copy color: '#119F4F'

red 17 ◦ green 159 ◦ blue 79

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

Shades of Pigment Green #119F4F

Tints of Pigment Green #119F4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 30.98%

R = 6.67%
G = 62.35%
B = 30.98%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.50

 K value IS 0.38

RGB Variations

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

Color information

#119F4F (or 0x119F4F) is known color: Pigment Green. HEX triplet: 11, 9F and 4F. RGB value is (17,159,79). Sum of RGB (Red+Green+Blue) = 17+159+79=255 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.67% from 255); Green value is 159 (62.5% from 255 or 62.35% from 255); Blue value is 79 (31.25% from 255 or 30.98% from 255); Max value from RGB is 159 - color contains mainly: green. Hex color #119F4F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119F4F is #EE60B0. Grayscale: #6B6B6B. Windows color (decimal): -15622321 or 5218065. OLE color: 5218065.

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

Color convert

RGB 17 159 79 -
CMYK 0.89 0 0.50 0.38
HSL 146.2º 0.81% 0.35% -
HSV(B) 146.2º 0.89% 0.62% -
XYZ 14.04 25.48 11.58 -
YUV 107.42 111.96 63.5 -
System Red Green Blue C M Y K H S L
Decimal 17 159 79 0.89 0 0.50 0.38 146.2 0.81 0.35
Hex 11 9F 4F 59 0 32 26 92 51 23
Octal 21 237 117 131 0 62 46 222 121 43
Binary 10001 10011111 1001111 1011001 0 110010 100110 10010010 1010001 100011

Color Harmonies of #119F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119F4F

Black with #119F4F

Text Example


Text Example

White with #119F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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