#059A46

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

Shades of Pigment Green #059A46

Tints of Pigment Green #059A46

Color information

#059A46 (or 0x059A46) is unknown color: approx Pigment Green. HEX triplet: 05, 9A and 46. RGB value is (5,154,70). Sum of RGB (Red+Green+Blue) = 5+154+70=229 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.18% from 229); Green value is 154 (60.55% from 255 or 67.25% from 229); Blue value is 70 (27.73% from 255 or 30.57% from 229); Max value from RGB is 154 - color contains mainly: green. Hex color #059A46 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #059A46 is #FA65B9. Grayscale: #646464. Windows color (decimal): -16410042 or 4626949. OLE color: 4626949.

HSL color Cylindrical-coordinate representation of color #059A46: hue angle of 146.17º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059A46 is Cyan = 0.97, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.40.

Color convert

RGB515470-
CMYK0.9700.550.40
HSL146.17º93.71%31.18%-
HSV(B)146.17º96.75%60.39%-
XYZ12.7223.599.68-
YUV99.87111.1460.33-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.18%
GREEN value IS 154 (60.55% from 255) = 67.25%
BLUE value IS 70 (27.73% from 255) = 30.57%
R=2.18%
G=67.25%
B=30.57%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal5154700.9700.550.40146.1793.7131.18
Hex59A466103728925e1f
Octal52321061410675022213637
Binary1011001101010001101100001011011110100010010010101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #059A46; }

 p { color: rgb(5,154,70); }

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

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

 a { background-color: rgb(5,154,70); }

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

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

 span { border-color: rgb(5,154,70); }

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