Html Css Color HEX #119750 Pigment Green

📋 copy color: '#119750'

red 17 ◦ green 151 ◦ blue 80

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

Shades of Pigment Green #119750

Tints of Pigment Green #119750

RGB

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

 GREEN value IS 151 (59.38% from 255) = 60.89%

 BLUE value IS 80 (31.64% from 255) = 32.26%

R = 6.85%
G = 60.89%
B = 32.26%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#119750 (or 0x119750) is known color: Pigment Green. HEX triplet: 11, 97 and 50. RGB value is (17,151,80). Sum of RGB (Red+Green+Blue) = 17+151+80=248 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.85% from 248); Green value is 151 (59.38% from 255 or 60.89% from 248); Blue value is 80 (31.64% from 255 or 32.26% from 248); Max value from RGB is 151 - color contains mainly: green. Hex color #119750 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119750 is #EE68AF. Grayscale: #666666. Windows color (decimal): -15624368 or 5281553. OLE color: 5281553.

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

Color convert

RGB 17 151 80 -
CMYK 0.89 0 0.47 0.41
HSL 148.21º 0.8% 0.33% -
HSV(B) 148.21º 0.89% 0.59% -
XYZ 12.75 22.83 11.32 -
YUV 102.84 115.11 66.77 -
System Red Green Blue C M Y K H S L
Decimal 17 151 80 0.89 0 0.47 0.41 148.21 0.8 0.33
Hex 11 97 50 59 0 2F 29 94 50 21
Octal 21 227 120 131 0 57 51 224 120 41
Binary 10001 10010111 1010000 1011001 0 101111 101001 10010100 1010000 100001

Color Harmonies of #119750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119750

Black with #119750

Text Example


Text Example

White with #119750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119750; }

 p { color: rgb(17,151,80); }

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

background-color css

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

 a { background-color: rgb(17,151,80); }

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

border-color css

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

 span { border-color: rgb(17,151,80); }

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