Html Css Color HEX #119952 Pigment Green

📋 copy color: '#119952'

red 17 ◦ green 153 ◦ blue 82

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

Shades of Pigment Green #119952

Tints of Pigment Green #119952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 32.54%

R = 6.75%
G = 60.71%
B = 32.54%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.46

 K value IS 0.4

RGB Variations

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

Color information

#119952 (or 0x119952) is known color: Pigment Green. HEX triplet: 11, 99 and 52. RGB value is (17,153,82). Sum of RGB (Red+Green+Blue) = 17+153+82=252 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.75% from 252); Green value is 153 (60.16% from 255 or 60.71% from 252); Blue value is 82 (32.42% from 255 or 32.54% from 252); Max value from RGB is 153 - color contains mainly: green. Hex color #119952 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119952 is #EE66AD. Grayscale: #686868. Windows color (decimal): -15623854 or 5413137. OLE color: 5413137.

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

Color convert

RGB 17 153 82 -
CMYK 0.89 0 0.46 0.4
HSL 148.68º 0.8% 0.33% -
HSV(B) 148.68º 0.89% 0.6% -
XYZ 13.15 23.51 11.83 -
YUV 104.24 115.44 65.77 -
System Red Green Blue C M Y K H S L
Decimal 17 153 82 0.89 0 0.46 0.4 148.68 0.8 0.33
Hex 11 99 52 59 0 2E 28 95 50 21
Octal 21 231 122 131 0 56 50 225 120 41
Binary 10001 10011001 1010010 1011001 0 101110 101000 10010101 1010000 100001

Color Harmonies of #119952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119952

Black with #119952

Text Example


Text Example

White with #119952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119952; }

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

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

background-color css

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

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

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

border-color css

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

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

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