Html Css Color HEX #0AAA20 Dark Pastel Green

📋 copy color: '#0AAA20'

red 10 ◦ green 170 ◦ blue 32

#0AAA20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pastel Green #0AAA20

Tints of Dark Pastel Green #0AAA20

RGB

 RED value IS 10 (4.3% from 255) = 4.72%

 GREEN value IS 170 (66.8% from 255) = 80.19%

 BLUE value IS 32 (12.89% from 255) = 15.09%

R = 4.72%
G = 80.19%
B = 15.09%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#0AAA20 (or 0x0AAA20) is known color: Dark Pastel Green. HEX triplet: 0A, AA and 20. RGB value is (10,170,32). Sum of RGB (Red+Green+Blue) = 10+170+32=212 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.72% from 212); Green value is 170 (66.80% from 255 or 80.19% from 212); Blue value is 32 (12.89% from 255 or 15.09% from 212); Max value from RGB is 170 - color contains mainly: green. Hex color #0AAA20 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AAA20 is #F555DF. Grayscale: #6A6A6A. Windows color (decimal): -16078304 or 2140682. OLE color: 2140682.

HSL color Cylindrical-coordinate representation of color #0AAA20: hue angle of 128.25º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AAA20 is Cyan = 0.94, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB 10 170 32 -
CMYK 0.94 0 0.81 0.33
HSL 128.25º 0.89% 0.35% -
HSV(B) 128.25º 0.94% 0.67% -
XYZ 14.76 28.92 6.17 -
YUV 106.43 85.99 59.22 -
System Red Green Blue C M Y K H S L
Decimal 10 170 32 0.94 0 0.81 0.33 128.25 0.89 0.35
Hex A AA 20 5E 0 51 21 80 59 23
Octal 12 252 40 136 0 121 41 200 131 43
Binary 1010 10101010 100000 1011110 0 1010001 100001 10000000 1011001 100011

Color Harmonies of #0AAA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAA20

Black with #0AAA20

Text Example


Text Example

White with #0AAA20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0AAA20;
 }
 .AnyTagClassName
 {
   color: #0AAA20;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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