#05A550

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

Shades of Pigment Green #05A550

Tints of Pigment Green #05A550

Color information

#05A550 (or 0x05A550) is unknown color: approx Pigment Green. HEX triplet: 05, A5 and 50. RGB value is (5,165,80). Sum of RGB (Red+Green+Blue) = 5+165+80=250 (33% of max value = 765). Red value is 5 (2.34% from 255 or 2% from 250); Green value is 165 (64.84% from 255 or 66% from 250); Blue value is 80 (31.64% from 255 or 32% from 250); Max value from RGB is 165 - color contains mainly: green. Hex color #05A550 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05A550 is #FA5AAF. Grayscale: #6B6B6B. Windows color (decimal): -16407216 or 5285125. OLE color: 5285125.

HSL color Cylindrical-coordinate representation of color #05A550: hue angle of 148.12º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A550 is Cyan = 0.97, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.35.

Color convert

RGB516580-
CMYK0.9700.520.35
HSL148.12º94.12%33.33%-
HSV(B)148.12º96.97%64.71%-
XYZ14.9727.5212.11-
YUV107.47112.4954.91-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2%
GREEN value IS 165 (64.84% from 255) = 66%
BLUE value IS 80 (31.64% from 255) = 32%
R=2%
G=66%
B=32%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal5165800.9700.520.35148.1294.1233.33
Hex5A5506103423945e21
Octal52451201410644322413641
Binary10110100101101000011000010110100100011100101001011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05A550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,165,80); }

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

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

 a { background-color: rgb(5,165,80); }

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

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

 span { border-color: rgb(5,165,80); }

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