Html Css Color HEX #0AAA29 Dark Pastel Green

📋 copy color: '#0AAA29'

red 10 ◦ green 170 ◦ blue 41

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

Shades of Dark Pastel Green #0AAA29

Tints of Dark Pastel Green #0AAA29

RGB

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

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

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

R = 4.52%
G = 76.92%
B = 18.55%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#0AAA29 (or 0x0AAA29) is known color: Dark Pastel Green. HEX triplet: 0A, AA and 29. RGB value is (10,170,41). Sum of RGB (Red+Green+Blue) = 10+170+41=221 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.52% from 221); Green value is 170 (66.80% from 255 or 76.92% from 221); Blue value is 41 (16.41% from 255 or 18.55% from 221); Max value from RGB is 170 - color contains mainly: green. Hex color #0AAA29 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AAA29 is #F555D6. Grayscale: #6B6B6B. Windows color (decimal): -16078295 or 2730506. OLE color: 2730506.

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

Color convert

RGB 10 170 41 -
CMYK 0.94 0 0.76 0.33
HSL 131.63º 0.89% 0.35% -
HSV(B) 131.63º 0.94% 0.67% -
XYZ 14.9 28.97 6.91 -
YUV 107.45 90.49 58.49 -
System Red Green Blue C M Y K H S L
Decimal 10 170 41 0.94 0 0.76 0.33 131.63 0.89 0.35
Hex A AA 29 5E 0 4C 21 84 59 23
Octal 12 252 51 136 0 114 41 204 131 43
Binary 1010 10101010 101001 1011110 0 1001100 100001 10000100 1011001 100011

Color Harmonies of #0AAA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAA29

Black with #0AAA29

Text Example


Text Example

White with #0AAA29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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