Html Css Color HEX #119642 Pigment Green

📋 copy color: '#119642'

red 17 ◦ green 150 ◦ blue 66

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

Shades of Pigment Green #119642

Tints of Pigment Green #119642

RGB

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

 GREEN value IS 150 (58.98% from 255) = 64.38%

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

R = 7.3%
G = 64.38%
B = 28.33%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.56

 K value IS 0.41

RGB Variations

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

Color information

#119642 (or 0x119642) is known color: Pigment Green. HEX triplet: 11, 96 and 42. RGB value is (17,150,66). Sum of RGB (Red+Green+Blue) = 17+150+66=233 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.30% from 233); Green value is 150 (58.98% from 255 or 64.38% from 233); Blue value is 66 (26.17% from 255 or 28.33% from 233); Max value from RGB is 150 - color contains mainly: green. Hex color #119642 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119642 is #EE69BD. Grayscale: #646464. Windows color (decimal): -15624638 or 4363793. OLE color: 4363793.

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

Color convert

RGB 17 150 66 -
CMYK 0.89 0 0.56 0.41
HSL 142.11º 0.8% 0.33% -
HSV(B) 142.11º 0.89% 0.59% -
XYZ 12.12 22.33 8.82 -
YUV 100.66 108.44 68.33 -
System Red Green Blue C M Y K H S L
Decimal 17 150 66 0.89 0 0.56 0.41 142.11 0.8 0.33
Hex 11 96 42 59 0 38 29 8E 50 21
Octal 21 226 102 131 0 70 51 216 120 41
Binary 10001 10010110 1000010 1011001 0 111000 101001 10001110 1010000 100001

Color Harmonies of #119642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119642

Black with #119642

Text Example


Text Example

White with #119642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119642; }

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

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

background-color css

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

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

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

border-color css

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

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

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