Html Css Color HEX #119950 Pigment Green

📋 copy color: '#119950'

red 17 ◦ green 153 ◦ blue 80

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

Shades of Pigment Green #119950

Tints of Pigment Green #119950

RGB

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

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

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

R = 6.8%
G = 61.2%
B = 32%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.48

 K value IS 0.4

RGB Variations

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

Color information

#119950 (or 0x119950) is known color: Pigment Green. HEX triplet: 11, 99 and 50. RGB value is (17,153,80). Sum of RGB (Red+Green+Blue) = 17+153+80=250 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.8% from 250); Green value is 153 (60.16% from 255 or 61.2% from 250); Blue value is 80 (31.64% from 255 or 32% from 250); Max value from RGB is 153 - color contains mainly: green. Hex color #119950 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119950 is #EE66AF. Grayscale: #686868. Windows color (decimal): -15623856 or 5282065. OLE color: 5282065.

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

Color convert

RGB 17 153 80 -
CMYK 0.89 0 0.48 0.4
HSL 147.79º 0.8% 0.33% -
HSV(B) 147.79º 0.89% 0.6% -
XYZ 13.07 23.48 11.43 -
YUV 104.01 114.44 65.94 -
System Red Green Blue C M Y K H S L
Decimal 17 153 80 0.89 0 0.48 0.4 147.79 0.8 0.33
Hex 11 99 50 59 0 30 28 94 50 21
Octal 21 231 120 131 0 60 50 224 120 41
Binary 10001 10011001 1010000 1011001 0 110000 101000 10010100 1010000 100001

Color Harmonies of #119950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119950

Black with #119950

Text Example


Text Example

White with #119950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119950; }

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

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

background-color css

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

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

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

border-color css

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

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

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