#05A054

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

Shades of Pigment Green #05A054

Tints of Pigment Green #05A054

Color information

#05A054 (or 0x05A054) is unknown color: approx Pigment Green. HEX triplet: 05, A0 and 54. RGB value is (5,160,84). Sum of RGB (Red+Green+Blue) = 5+160+84=249 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.01% from 249); Green value is 160 (62.89% from 255 or 64.26% from 249); Blue value is 84 (33.20% from 255 or 33.73% from 249); Max value from RGB is 160 - color contains mainly: green. Hex color #05A054 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05A054 is #FA5FAB. Grayscale: #696969. Windows color (decimal): -16408492 or 5545989. OLE color: 5545989.

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

Color convert

RGB516084-
CMYK0.9700.480.37
HSL150.58º93.94%32.35%-
HSV(B)150.58º96.88%62.75%-
XYZ14.2325.8112.62-
YUV104.99116.1556.68-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.01%
GREEN value IS 160 (62.89% from 255) = 64.26%
BLUE value IS 84 (33.20% from 255) = 33.73%
R=2.01%
G=64.26%
B=33.73%

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
Decimal5160840.9700.480.37150.5893.9432.35
Hex5A0546103025975e20
Octal52401241410604522713640
Binary10110100000101010011000010110000100101100101111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05A054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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