#019A52

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

Shades of Pigment Green #019A52

Tints of Pigment Green #019A52

Color information

#019A52 (or 0x019A52) is unknown color: approx Pigment Green. HEX triplet: 01, 9A and 52. RGB value is (1,154,82). Sum of RGB (Red+Green+Blue) = 1+154+82=237 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 237); Green value is 154 (60.55% from 255 or 64.98% from 237); Blue value is 82 (32.42% from 255 or 34.60% from 237); Max value from RGB is 154 - color contains mainly: green. Hex color #019A52 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019A52 is #FE65AD. Grayscale: #646464. Windows color (decimal): -16672174 or 5413377. OLE color: 5413377.

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

Color convert

RGB115482-
CMYK0.9900.470.40
HSL151.76º98.71%30.39%-
HSV(B)151.76º99.35%60.39%-
XYZ13.0923.7311.87-
YUV100.04117.8157.35-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.42%
GREEN value IS 154 (60.55% from 255) = 64.98%
BLUE value IS 82 (32.42% from 255) = 34.60%
R=0.42%
G=64.98%
B=34.60%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1154820.9900.470.40151.7698.7130.39
Hex19A526302F2898631e
Octal12321221430575023014336
Binary11001101010100101100011010111110100010011000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #019A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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