#05A24A

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

Shades of Pigment Green #05A24A

Tints of Pigment Green #05A24A

Color information

#05A24A (or 0x05A24A) is unknown color: approx Pigment Green. HEX triplet: 05, A2 and 4A. RGB value is (5,162,74). Sum of RGB (Red+Green+Blue) = 5+162+74=241 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 241); Green value is 162 (63.67% from 255 or 67.22% from 241); Blue value is 74 (29.30% from 255 or 30.71% from 241); Max value from RGB is 162 - color contains mainly: green. Hex color #05A24A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05A24A is #FA5DB5. Grayscale: #696969. Windows color (decimal): -16407990 or 4891141. OLE color: 4891141.

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

Color convert

RGB516274-
CMYK0.9700.540.36
HSL146.37º94.01%32.75%-
HSV(B)146.37º96.91%63.53%-
XYZ14.2226.3710.82-
YUV105.02110.4956.66-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.07%
GREEN value IS 162 (63.67% from 255) = 67.22%
BLUE value IS 74 (29.30% from 255) = 30.71%
R=2.07%
G=67.22%
B=30.71%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal5162740.9700.540.36146.3794.0132.75
Hex5A24A6103624925e21
Octal52421121410664422213641
Binary10110100010100101011000010110110100100100100101011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05A24A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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