#0AA02E

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

Shades of Dark Pastel Green #0AA02E

Tints of Dark Pastel Green #0AA02E

Color information

#0AA02E (or 0x0AA02E) is unknown color: approx Dark Pastel Green. HEX triplet: 0A, A0 and 2E. RGB value is (10,160,46). Sum of RGB (Red+Green+Blue) = 10+160+46=216 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.63% from 216); Green value is 160 (62.89% from 255 or 74.07% from 216); Blue value is 46 (18.36% from 255 or 21.30% from 216); Max value from RGB is 160 - color contains mainly: green. Hex color #0AA02E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AA02E is #F55FD1. Grayscale: #666666. Windows color (decimal): -16080850 or 3055626. OLE color: 3055626.

HSL color Cylindrical-coordinate representation of color #0AA02E: hue angle of 134.4º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA02E is Cyan = 0.94, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.37.

Color convert

RGB1016046-
CMYK0.9400.710.37
HSL134.4º88.24%33.33%-
HSV(B)134.4º93.75%62.75%-
XYZ13.1925.46.79-
YUV102.1596.362.27-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.63%
GREEN value IS 160 (62.89% from 255) = 74.07%
BLUE value IS 46 (18.36% from 255) = 21.30%
R=4.63%
G=74.07%
B=21.30%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal10160460.9400.710.37134.488.2433.33
HexAA02E5E04725865821
Octal122405613601074520613041
Binary101010100000101110101111001000111100101100001101011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AA02E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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