#05A051

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

Shades of Pigment Green #05A051

Tints of Pigment Green #05A051

Color information

#05A051 (or 0x05A051) is unknown color: approx Pigment Green. HEX triplet: 05, A0 and 51. RGB value is (5,160,81). Sum of RGB (Red+Green+Blue) = 5+160+81=246 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.03% from 246); Green value is 160 (62.89% from 255 or 65.04% from 246); Blue value is 81 (32.03% from 255 or 32.93% from 246); Max value from RGB is 160 - color contains mainly: green. Hex color #05A051 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05A051 is #FA5FAE. Grayscale: #686868. Windows color (decimal): -16408495 or 5349381. OLE color: 5349381.

HSL color Cylindrical-coordinate representation of color #05A051: hue angle of 149.42º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A051 is Cyan = 0.97, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.37.

Color convert

RGB516081-
CMYK0.9700.490.37
HSL149.42º93.94%32.35%-
HSV(B)149.42º96.88%62.75%-
XYZ14.1225.7712.01-
YUV104.65114.6556.92-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.03%
GREEN value IS 160 (62.89% from 255) = 65.04%
BLUE value IS 81 (32.03% from 255) = 32.93%
R=2.03%
G=65.04%
B=32.93%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal5160810.9700.490.37149.4293.9432.35
Hex5A0516103125955e20
Octal52401211410614522513640
Binary10110100000101000111000010110001100101100101011011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05A051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05A051; }

 p { color: rgb(5,160,81); }

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

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

 a { background-color: rgb(5,160,81); }

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

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

 span { border-color: rgb(5,160,81); }

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