Html Css Color HEX #0AA429 Dark Pastel Green

📋 copy color: '#0AA429'

red 10 ◦ green 164 ◦ blue 41

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

Shades of Dark Pastel Green #0AA429

Tints of Dark Pastel Green #0AA429

RGB

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

 GREEN value IS 164 (64.45% from 255) = 76.28%

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

R = 4.65%
G = 76.28%
B = 19.07%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#0AA429 (or 0x0AA429) is known color: Dark Pastel Green. HEX triplet: 0A, A4 and 29. RGB value is (10,164,41). Sum of RGB (Red+Green+Blue) = 10+164+41=215 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.65% from 215); Green value is 164 (64.45% from 255 or 76.28% from 215); Blue value is 41 (16.41% from 255 or 19.07% from 215); Max value from RGB is 164 - color contains mainly: green. Hex color #0AA429 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AA429 is #F55BD6. Grayscale: #686868. Windows color (decimal): -16079831 or 2728970. OLE color: 2728970.

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

Color convert

RGB 10 164 41 -
CMYK 0.94 0 0.75 0.36
HSL 132.08º 0.89% 0.34% -
HSV(B) 132.08º 0.94% 0.64% -
XYZ 13.8 26.78 6.54 -
YUV 103.93 92.48 61 -
System Red Green Blue C M Y K H S L
Decimal 10 164 41 0.94 0 0.75 0.36 132.08 0.89 0.34
Hex A A4 29 5E 0 4B 24 84 59 22
Octal 12 244 51 136 0 113 44 204 131 42
Binary 1010 10100100 101001 1011110 0 1001011 100100 10000100 1011001 100010

Color Harmonies of #0AA429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AA429

Black with #0AA429

Text Example


Text Example

White with #0AA429

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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