#05A055

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

Shades of Pigment Green #05A055

Tints of Pigment Green #05A055

Color information

#05A055 (or 0x05A055) is unknown color: approx Pigment Green. HEX triplet: 05, A0 and 55. RGB value is (5,160,85). Sum of RGB (Red+Green+Blue) = 5+160+85=250 (33% of max value = 765). Red value is 5 (2.34% from 255 or 2% from 250); Green value is 160 (62.89% from 255 or 64% from 250); Blue value is 85 (33.59% from 255 or 34% from 250); Max value from RGB is 160 - color contains mainly: green. Hex color #05A055 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05A055 is #FA5FAA. Grayscale: #696969. Windows color (decimal): -16408491 or 5611525. OLE color: 5611525.

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

Color convert

RGB516085-
CMYK0.9700.470.37
HSL150.97º93.94%32.35%-
HSV(B)150.97º96.88%62.75%-
XYZ14.2725.8312.83-
YUV105.1116.6556.6-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2%
GREEN value IS 160 (62.89% from 255) = 64%
BLUE value IS 85 (33.59% from 255) = 34%
R=2%
G=64%
B=34%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal5160850.9700.470.37150.9793.9432.35
Hex5A0556102F25975e20
Octal52401251410574522713640
Binary10110100000101010111000010101111100101100101111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05A055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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