#0AA22E

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

Shades of Dark Pastel Green #0AA22E

Tints of Dark Pastel Green #0AA22E

Color information

#0AA22E (or 0x0AA22E) is unknown color: approx Dark Pastel Green. HEX triplet: 0A, A2 and 2E. RGB value is (10,162,46). Sum of RGB (Red+Green+Blue) = 10+162+46=218 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.59% from 218); Green value is 162 (63.67% from 255 or 74.31% from 218); Blue value is 46 (18.36% from 255 or 21.10% from 218); Max value from RGB is 162 - color contains mainly: green. Hex color #0AA22E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AA22E is #F55DD1. Grayscale: #676767. Windows color (decimal): -16080338 or 3056138. OLE color: 3056138.

HSL color Cylindrical-coordinate representation of color #0AA22E: hue angle of 134.21º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA22E is Cyan = 0.94, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB1016246-
CMYK0.9400.720.36
HSL134.21º88.37%33.73%-
HSV(B)134.21º93.83%63.53%-
XYZ13.5426.16.91-
YUV103.3395.6461.43-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.59%
GREEN value IS 162 (63.67% from 255) = 74.31%
BLUE value IS 46 (18.36% from 255) = 21.10%
R=4.59%
G=74.31%
B=21.10%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal10162460.9400.720.36134.2188.3733.73
HexAA22E5E04824865822
Octal122425613601104420613042
Binary101010100010101110101111001001000100100100001101011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AA22E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0AA22E; }

 p { color: rgb(10,162,46); }

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

<style>
 a { background-color: #0AA22E; }

 a { background-color: rgb(10,162,46); }

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

<style>
 span { border-color: #0AA22E; }

 span { border-color: rgb(10,162,46); }

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