#0AAD20

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

Shades of Dark Pastel Green #0AAD20

Tints of Dark Pastel Green #0AAD20

Color information

#0AAD20 (or 0x0AAD20) is unknown color: approx Dark Pastel Green. HEX triplet: 0A, AD and 20. RGB value is (10,173,32). Sum of RGB (Red+Green+Blue) = 10+173+32=215 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.65% from 215); Green value is 173 (67.97% from 255 or 80.47% from 215); Blue value is 32 (12.89% from 255 or 14.88% from 215); Max value from RGB is 173 - color contains mainly: green. Hex color #0AAD20 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AAD20 is #F552DF. Grayscale: #6C6C6C. Windows color (decimal): -16077536 or 2141450. OLE color: 2141450.

HSL color Cylindrical-coordinate representation of color #0AAD20: hue angle of 128.1º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AAD20 is Cyan = 0.94, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB1017332-
CMYK0.9400.820.32
HSL128.1º89.07%35.88%-
HSV(B)128.1º94.22%67.84%-
XYZ15.3330.066.36-
YUV108.198557.96-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.65%
GREEN value IS 173 (67.97% from 255) = 80.47%
BLUE value IS 32 (12.89% from 255) = 14.88%
R=4.65%
G=80.47%
B=14.88%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal10173320.9400.820.32128.189.0735.88
HexAAD205E05220805924
Octal122554013601224020013144
Binary101010101101100000101111001010010100000100000001011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AAD20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,173,32); }

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

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

 a { background-color: rgb(10,173,32); }

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

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

 span { border-color: rgb(10,173,32); }

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