#059A4F

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

Shades of Pigment Green #059A4F

Tints of Pigment Green #059A4F

Color information

#059A4F (or 0x059A4F) is unknown color: approx Pigment Green. HEX triplet: 05, 9A and 4F. RGB value is (5,154,79). Sum of RGB (Red+Green+Blue) = 5+154+79=238 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.10% from 238); Green value is 154 (60.55% from 255 or 64.71% from 238); Blue value is 79 (31.25% from 255 or 33.19% from 238); Max value from RGB is 154 - color contains mainly: green. Hex color #059A4F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059A4F is #FA65B0. Grayscale: #656565. Windows color (decimal): -16410033 or 5216773. OLE color: 5216773.

HSL color Cylindrical-coordinate representation of color #059A4F: hue angle of 149.8º 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 #059A4F is Cyan = 0.97, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.40.

Color convert

RGB515479-
CMYK0.9700.490.40
HSL149.8º93.71%31.18%-
HSV(B)149.8º96.75%60.39%-
XYZ13.0323.7111.29-
YUV100.9115.6459.6-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.10%
GREEN value IS 154 (60.55% from 255) = 64.71%
BLUE value IS 79 (31.25% from 255) = 33.19%
R=2.10%
G=64.71%
B=33.19%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal5154790.9700.490.40149.893.7131.18
Hex59A4F6103128965e1f
Octal52321171410615022613637
Binary1011001101010011111100001011000110100010010110101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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