Html Css Color HEX #119D4A Pigment Green

📋 copy color: '#119D4A'

red 17 ◦ green 157 ◦ blue 74

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

Shades of Pigment Green #119D4A

Tints of Pigment Green #119D4A

RGB

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

 GREEN value IS 157 (61.72% from 255) = 63.31%

 BLUE value IS 74 (29.3% from 255) = 29.84%

R = 6.85%
G = 63.31%
B = 29.84%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.53

 K value IS 0.38

RGB Variations

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

Color information

#119D4A (or 0x119D4A) is known color: Pigment Green. HEX triplet: 11, 9D and 4A. RGB value is (17,157,74). Sum of RGB (Red+Green+Blue) = 17+157+74=248 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.85% from 248); Green value is 157 (61.72% from 255 or 63.31% from 248); Blue value is 74 (29.30% from 255 or 29.84% from 248); Max value from RGB is 157 - color contains mainly: green. Hex color #119D4A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119D4A is #EE62B5. Grayscale: #696969. Windows color (decimal): -15622838 or 4889873. OLE color: 4889873.

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

Color convert

RGB 17 157 74 -
CMYK 0.89 0 0.53 0.38
HSL 144.43º 0.8% 0.34% -
HSV(B) 144.43º 0.89% 0.62% -
XYZ 13.52 24.73 10.54 -
YUV 105.68 110.12 64.75 -
System Red Green Blue C M Y K H S L
Decimal 17 157 74 0.89 0 0.53 0.38 144.43 0.8 0.34
Hex 11 9D 4A 59 0 35 26 90 50 22
Octal 21 235 112 131 0 65 46 220 120 42
Binary 10001 10011101 1001010 1011001 0 110101 100110 10010000 1010000 100010

Color Harmonies of #119D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119D4A

Black with #119D4A

Text Example


Text Example

White with #119D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,157,74); }

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

background-color css

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

 a { background-color: rgb(17,157,74); }

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

border-color css

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

 span { border-color: rgb(17,157,74); }

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