Html Css Color HEX #119850 Pigment Green

📋 copy color: '#119850'

red 17 ◦ green 152 ◦ blue 80

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

Shades of Pigment Green #119850

Tints of Pigment Green #119850

RGB

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

 GREEN value IS 152 (59.77% from 255) = 61.04%

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

R = 6.83%
G = 61.04%
B = 32.13%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#119850 (or 0x119850) is known color: Pigment Green. HEX triplet: 11, 98 and 50. RGB value is (17,152,80). Sum of RGB (Red+Green+Blue) = 17+152+80=249 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.83% from 249); Green value is 152 (59.77% from 255 or 61.04% from 249); Blue value is 80 (31.64% from 255 or 32.13% from 249); Max value from RGB is 152 - color contains mainly: green. Hex color #119850 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119850 is #EE67AF. Grayscale: #676767. Windows color (decimal): -15624112 or 5281809. OLE color: 5281809.

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

Color convert

RGB 17 152 80 -
CMYK 0.89 0 0.47 0.40
HSL 148º 0.8% 0.33% -
HSV(B) 148º 0.89% 0.6% -
XYZ 12.91 23.15 11.38 -
YUV 103.43 114.77 66.35 -
System Red Green Blue C M Y K H S L
Decimal 17 152 80 0.89 0 0.47 0.40 148 0.8 0.33
Hex 11 98 50 59 0 2F 28 94 50 21
Octal 21 230 120 131 0 57 50 224 120 41
Binary 10001 10011000 1010000 1011001 0 101111 101000 10010100 1010000 100001

Color Harmonies of #119850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119850

Black with #119850

Text Example


Text Example

White with #119850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119850; }

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

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

background-color css

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

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

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

border-color css

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

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

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