Html Css Color HEX #0AA921 Dark Pastel Green

📋 copy color: '#0AA921'

red 10 ◦ green 169 ◦ blue 33

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

Shades of Dark Pastel Green #0AA921

Tints of Dark Pastel Green #0AA921

RGB

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

 GREEN value IS 169 (66.41% from 255) = 79.72%

 BLUE value IS 33 (13.28% from 255) = 15.57%

R = 4.72%
G = 79.72%
B = 15.57%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.80

 K value IS 0.34

RGB Variations

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

Color information

#0AA921 (or 0x0AA921) is known color: Dark Pastel Green. HEX triplet: 0A, A9 and 21. RGB value is (10,169,33). Sum of RGB (Red+Green+Blue) = 10+169+33=212 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.72% from 212); Green value is 169 (66.41% from 255 or 79.72% from 212); Blue value is 33 (13.28% from 255 or 15.57% from 212); Max value from RGB is 169 - color contains mainly: green. Hex color #0AA921 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AA921 is #F556DE. Grayscale: #6A6A6A. Windows color (decimal): -16078559 or 2205962. OLE color: 2205962.

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

Color convert

RGB 10 169 33 -
CMYK 0.94 0 0.80 0.34
HSL 128.68º 0.89% 0.35% -
HSV(B) 128.68º 0.94% 0.66% -
XYZ 14.59 28.55 6.18 -
YUV 105.96 86.82 59.56 -
System Red Green Blue C M Y K H S L
Decimal 10 169 33 0.94 0 0.80 0.34 128.68 0.89 0.35
Hex A A9 21 5E 0 50 22 81 59 23
Octal 12 251 41 136 0 120 42 201 131 43
Binary 1010 10101001 100001 1011110 0 1010000 100010 10000001 1011001 100011

Color Harmonies of #0AA921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AA921

Black with #0AA921

Text Example


Text Example

White with #0AA921

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,169,33); }

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

background-color css

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

 a { background-color: rgb(10,169,33); }

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

border-color css

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

 span { border-color: rgb(10,169,33); }

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