Html Css Color HEX #0AA928 Dark Pastel Green

📋 copy color: '#0AA928'

red 10 ◦ green 169 ◦ blue 40

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

Shades of Dark Pastel Green #0AA928

Tints of Dark Pastel Green #0AA928

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 18.26%

R = 4.57%
G = 77.17%
B = 18.26%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.76

 K value IS 0.34

RGB Variations

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

Color information

#0AA928 (or 0x0AA928) is known color: Dark Pastel Green. HEX triplet: 0A, A9 and 28. RGB value is (10,169,40). Sum of RGB (Red+Green+Blue) = 10+169+40=219 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.57% from 219); Green value is 169 (66.41% from 255 or 77.17% from 219); Blue value is 40 (16.02% from 255 or 18.26% from 219); Max value from RGB is 169 - color contains mainly: green. Hex color #0AA928 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AA928 is #F556D7. Grayscale: #6B6B6B. Windows color (decimal): -16078552 or 2664714. OLE color: 2664714.

HSL color Cylindrical-coordinate representation of color #0AA928: hue angle of 131.32º 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 #0AA928 is Cyan = 0.94, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.34.

Color convert

RGB 10 169 40 -
CMYK 0.94 0 0.76 0.34
HSL 131.32º 0.89% 0.35% -
HSV(B) 131.32º 0.94% 0.66% -
XYZ 14.7 28.59 6.75 -
YUV 106.75 90.32 58.99 -
System Red Green Blue C M Y K H S L
Decimal 10 169 40 0.94 0 0.76 0.34 131.32 0.89 0.35
Hex A A9 28 5E 0 4C 22 83 59 23
Octal 12 251 50 136 0 114 42 203 131 43
Binary 1010 10101001 101000 1011110 0 1001100 100010 10000011 1011001 100011

Color Harmonies of #0AA928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AA928

Black with #0AA928

Text Example


Text Example

White with #0AA928

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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