#05A053

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

Shades of Pigment Green #05A053

Tints of Pigment Green #05A053

Color information

#05A053 (or 0x05A053) is unknown color: approx Pigment Green. HEX triplet: 05, A0 and 53. RGB value is (5,160,83). Sum of RGB (Red+Green+Blue) = 5+160+83=248 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.02% from 248); Green value is 160 (62.89% from 255 or 64.52% from 248); Blue value is 83 (32.81% from 255 or 33.47% from 248); Max value from RGB is 160 - color contains mainly: green. Hex color #05A053 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05A053 is #FA5FAC. Grayscale: #696969. Windows color (decimal): -16408493 or 5480453. OLE color: 5480453.

HSL color Cylindrical-coordinate representation of color #05A053: hue angle of 150.19º 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 #05A053 is Cyan = 0.97, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.37.

Color convert

RGB516083-
CMYK0.9700.480.37
HSL150.19º93.94%32.35%-
HSV(B)150.19º96.88%62.75%-
XYZ14.1925.812.42-
YUV104.88115.6556.76-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.02%
GREEN value IS 160 (62.89% from 255) = 64.52%
BLUE value IS 83 (32.81% from 255) = 33.47%
R=2.02%
G=64.52%
B=33.47%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal5160830.9700.480.37150.1993.9432.35
Hex5A0536103025965e20
Octal52401231410604522613640
Binary10110100000101001111000010110000100101100101101011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05A053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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