#05A22C

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

Shades of Dark Pastel Green #05A22C

Tints of Dark Pastel Green #05A22C

Color information

#05A22C (or 0x05A22C) is unknown color: approx Dark Pastel Green. HEX triplet: 05, A2 and 2C. RGB value is (5,162,44). Sum of RGB (Red+Green+Blue) = 5+162+44=211 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.37% from 211); Green value is 162 (63.67% from 255 or 76.78% from 211); Blue value is 44 (17.58% from 255 or 20.85% from 211); Max value from RGB is 162 - color contains mainly: green. Hex color #05A22C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05A22C is #FA5DD3. Grayscale: #656565. Windows color (decimal): -16408020 or 2925061. OLE color: 2925061.

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

Color convert

RGB516244-
CMYK0.9700.730.36
HSL134.9º94.01%32.75%-
HSV(B)134.9º96.91%63.53%-
XYZ13.4426.056.7-
YUV101.695.4959.09-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.37%
GREEN value IS 162 (63.67% from 255) = 76.78%
BLUE value IS 44 (17.58% from 255) = 20.85%
R=2.37%
G=76.78%
B=20.85%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal5162440.9700.730.36134.994.0132.75
Hex5A22C6104924875e21
Octal52425414101114420713641
Binary10110100010101100110000101001001100100100001111011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05A22C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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