#119A52

Color #119A52 Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #119A52

Tints of Pigment Green #119A52

Color information

#119A52 (or 0x119A52) is unknown color: approx Pigment Green. HEX triplet: 11, 9A and 52. RGB value is (17,154,82). Sum of RGB (Red+Green+Blue) = 17+154+82=253 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.72% from 253); Green value is 154 (60.55% from 255 or 60.87% from 253); Blue value is 82 (32.42% from 255 or 32.41% from 253); Max value from RGB is 154 - color contains mainly: green. Hex color #119A52 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119A52 is #EE65AD. Grayscale: #686868. Windows color (decimal): -15623598 or 5413393. OLE color: 5413393.

HSL color Cylindrical-coordinate representation of color #119A52: hue angle of 148.47º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119A52 is Cyan = 0.89, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.40.

Color convert

RGB1715482-
CMYK0.8900.470.40
HSL148.47º80.12%33.53%-
HSV(B)148.47º88.96%60.39%-
XYZ13.3123.8411.88-
YUV104.83115.1165.35-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.72%
GREEN value IS 154 (60.55% from 255) = 60.87%
BLUE value IS 82 (32.42% from 255) = 32.41%
R=6.72%
G=60.87%
B=32.41%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal17154820.8900.470.40148.4780.1233.53
Hex119A525902F28945022
Octal212321221310575022412042
Binary1000110011010101001010110010101111101000100101001010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #119A52; }

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

 H1.HeaderClassName
 {
   color: #119A52;
 }
 .AnyTagClassName
 {
   color: #119A52;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #119A52;
 }
 .BgClassName
 {
   background-color: #119A52;
 }
</style>
border-color css

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

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

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