#05A252

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

Shades of Pigment Green #05A252

Tints of Pigment Green #05A252

Color information

#05A252 (or 0x05A252) is unknown color: approx Pigment Green. HEX triplet: 05, A2 and 52. RGB value is (5,162,82). Sum of RGB (Red+Green+Blue) = 5+162+82=249 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.01% from 249); Green value is 162 (63.67% from 255 or 65.06% from 249); Blue value is 82 (32.42% from 255 or 32.93% from 249); Max value from RGB is 162 - color contains mainly: green. Hex color #05A252 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05A252 is #FA5DAD. Grayscale: #6A6A6A. Windows color (decimal): -16407982 or 5415429. OLE color: 5415429.

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

Color convert

RGB516282-
CMYK0.9700.490.36
HSL149.43º94.01%32.75%-
HSV(B)149.43º96.91%63.53%-
XYZ14.5126.4812.33-
YUV105.94114.4956-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.01%
GREEN value IS 162 (63.67% from 255) = 65.06%
BLUE value IS 82 (32.42% from 255) = 32.93%
R=2.01%
G=65.06%
B=32.93%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal5162820.9700.490.36149.4394.0132.75
Hex5A2526103124955e21
Octal52421221410614422513641
Binary10110100010101001011000010110001100100100101011011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05A252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,162,82); }

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

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

 a { background-color: rgb(5,162,82); }

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

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

 span { border-color: rgb(5,162,82); }

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