Html Css Color HEX #119942 Pigment Green

📋 copy color: '#119942'

red 17 ◦ green 153 ◦ blue 66

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

Shades of Pigment Green #119942

Tints of Pigment Green #119942

RGB

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

 GREEN value IS 153 (60.16% from 255) = 64.83%

 BLUE value IS 66 (26.17% from 255) = 27.97%

R = 7.2%
G = 64.83%
B = 27.97%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.57

 K value IS 0.4

RGB Variations

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

Color information

#119942 (or 0x119942) is known color: Pigment Green. HEX triplet: 11, 99 and 42. RGB value is (17,153,66). Sum of RGB (Red+Green+Blue) = 17+153+66=236 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.20% from 236); Green value is 153 (60.16% from 255 or 64.83% from 236); Blue value is 66 (26.17% from 255 or 27.97% from 236); Max value from RGB is 153 - color contains mainly: green. Hex color #119942 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119942 is #EE66BD. Grayscale: #666666. Windows color (decimal): -15623870 or 4364561. OLE color: 4364561.

HSL color Cylindrical-coordinate representation of color #119942: hue angle of 141.62º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119942 is Cyan = 0.89, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.4.

Color convert

RGB 17 153 66 -
CMYK 0.89 0 0.57 0.4
HSL 141.62º 0.8% 0.33% -
HSV(B) 141.62º 0.89% 0.6% -
XYZ 12.61 23.29 8.99 -
YUV 102.42 107.44 67.07 -
System Red Green Blue C M Y K H S L
Decimal 17 153 66 0.89 0 0.57 0.4 141.62 0.8 0.33
Hex 11 99 42 59 0 39 28 8E 50 21
Octal 21 231 102 131 0 71 50 216 120 41
Binary 10001 10011001 1000010 1011001 0 111001 101000 10001110 1010000 100001

Color Harmonies of #119942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119942

Black with #119942

Text Example


Text Example

White with #119942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119942; }

 p { color: rgb(17,153,66); }

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

background-color css

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

 a { background-color: rgb(17,153,66); }

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

border-color css

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

 span { border-color: rgb(17,153,66); }

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