#05A03C

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

Shades of Pigment Green #05A03C

Tints of Pigment Green #05A03C

Color information

#05A03C (or 0x05A03C) is unknown color: approx Pigment Green. HEX triplet: 05, A0 and 3C. RGB value is (5,160,60). Sum of RGB (Red+Green+Blue) = 5+160+60=225 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.22% from 225); Green value is 160 (62.89% from 255 or 71.11% from 225); Blue value is 60 (23.83% from 255 or 26.67% from 225); Max value from RGB is 160 - color contains mainly: green. Hex color #05A03C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05A03C is #FA5FC3. Grayscale: #666666. Windows color (decimal): -16408516 or 3973125. OLE color: 3973125.

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

Color convert

RGB516060-
CMYK0.9700.620.37
HSL141.29º93.94%32.35%-
HSV(B)141.29º96.88%62.75%-
XYZ13.4525.58.49-
YUV102.26104.1558.63-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.22%
GREEN value IS 160 (62.89% from 255) = 71.11%
BLUE value IS 60 (23.83% from 255) = 26.67%
R=2.22%
G=71.11%
B=26.67%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal5160600.9700.620.37141.2993.9432.35
Hex5A03C6103E258d5e20
Octal5240741410764521513640
Binary1011010000011110011000010111110100101100011011011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05A03C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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