#05A23E

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

Shades of Pigment Green #05A23E

Tints of Pigment Green #05A23E

Color information

#05A23E (or 0x05A23E) is unknown color: approx Pigment Green. HEX triplet: 05, A2 and 3E. RGB value is (5,162,62). Sum of RGB (Red+Green+Blue) = 5+162+62=229 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.18% from 229); Green value is 162 (63.67% from 255 or 70.74% from 229); Blue value is 62 (24.61% from 255 or 27.07% from 229); Max value from RGB is 162 - color contains mainly: green. Hex color #05A23E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05A23E is #FA5DC1. Grayscale: #676767. Windows color (decimal): -16408002 or 4104709. OLE color: 4104709.

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

Color convert

RGB516262-
CMYK0.9700.620.36
HSL141.78º94.01%32.75%-
HSV(B)141.78º96.91%63.53%-
XYZ13.8526.228.89-
YUV103.66104.4957.63-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.18%
GREEN value IS 162 (63.67% from 255) = 70.74%
BLUE value IS 62 (24.61% from 255) = 27.07%
R=2.18%
G=70.74%
B=27.07%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal5162620.9700.620.36141.7894.0132.75
Hex5A23E6103E248e5e21
Octal5242761410764421613641
Binary1011010001011111011000010111110100100100011101011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05A23E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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