Html Css Color HEX #0AA829 Dark Pastel Green

📋 copy color: '#0AA829'

red 10 ◦ green 168 ◦ blue 41

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

Shades of Dark Pastel Green #0AA829

Tints of Dark Pastel Green #0AA829

RGB

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

 GREEN value IS 168 (66.02% from 255) = 76.71%

 BLUE value IS 41 (16.41% from 255) = 18.72%

R = 4.57%
G = 76.71%
B = 18.72%

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

#0AA829 (or 0x0AA829) is known color: Dark Pastel Green. HEX triplet: 0A, A8 and 29. RGB value is (10,168,41). Sum of RGB (Red+Green+Blue) = 10+168+41=219 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.57% from 219); Green value is 168 (66.02% from 255 or 76.71% from 219); Blue value is 41 (16.41% from 255 or 18.72% from 219); Max value from RGB is 168 - color contains mainly: green. Hex color #0AA829 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AA829 is #F557D6. Grayscale: #6A6A6A. Windows color (decimal): -16078807 or 2729994. OLE color: 2729994.

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

Color convert

RGB 10 168 41 -
CMYK 0.94 0 0.76 0.34
HSL 131.77º 0.89% 0.35% -
HSV(B) 131.77º 0.94% 0.66% -
XYZ 14.53 28.23 6.78 -
YUV 106.28 91.15 59.33 -
System Red Green Blue C M Y K H S L
Decimal 10 168 41 0.94 0 0.76 0.34 131.77 0.89 0.35
Hex A A8 29 5E 0 4C 22 84 59 23
Octal 12 250 51 136 0 114 42 204 131 43
Binary 1010 10101000 101001 1011110 0 1001100 100010 10000100 1011001 100011

Color Harmonies of #0AA829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AA829

Black with #0AA829

Text Example


Text Example

White with #0AA829

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,168,41); }

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

background-color css

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

 a { background-color: rgb(10,168,41); }

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

border-color css

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

 span { border-color: rgb(10,168,41); }

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