Html Css Color HEX #119550 Pigment Green

📋 copy color: '#119550'

red 17 ◦ green 149 ◦ blue 80

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

Shades of Pigment Green #119550

Tints of Pigment Green #119550

RGB

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

 GREEN value IS 149 (58.59% from 255) = 60.57%

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

R = 6.91%
G = 60.57%
B = 32.52%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#119550 (or 0x119550) is known color: Pigment Green. HEX triplet: 11, 95 and 50. RGB value is (17,149,80). Sum of RGB (Red+Green+Blue) = 17+149+80=246 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.91% from 246); Green value is 149 (58.59% from 255 or 60.57% from 246); Blue value is 80 (31.64% from 255 or 32.52% from 246); Max value from RGB is 149 - color contains mainly: green. Hex color #119550 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119550 is #EE6AAF. Grayscale: #656565. Windows color (decimal): -15624880 or 5281041. OLE color: 5281041.

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

Color convert

RGB 17 149 80 -
CMYK 0.89 0 0.46 0.42
HSL 148.64º 0.8% 0.33% -
HSV(B) 148.64º 0.89% 0.58% -
XYZ 12.43 22.19 11.22 -
YUV 101.67 115.77 67.61 -
System Red Green Blue C M Y K H S L
Decimal 17 149 80 0.89 0 0.46 0.42 148.64 0.8 0.33
Hex 11 95 50 59 0 2E 2A 95 50 21
Octal 21 225 120 131 0 56 52 225 120 41
Binary 10001 10010101 1010000 1011001 0 101110 101010 10010101 1010000 100001

Color Harmonies of #119550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119550

Black with #119550

Text Example


Text Example

White with #119550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119550; }

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

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

background-color css

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

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

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

border-color css

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

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

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