Html Css Color HEX #0AAA2D Dark Pastel Green

📋 copy color: '#0AAA2D'

red 10 ◦ green 170 ◦ blue 45

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

Shades of Dark Pastel Green #0AAA2D

Tints of Dark Pastel Green #0AAA2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 20%

R = 4.44%
G = 75.56%
B = 20%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#0AAA2D (or 0x0AAA2D) is known color: Dark Pastel Green. HEX triplet: 0A, AA and 2D. RGB value is (10,170,45). Sum of RGB (Red+Green+Blue) = 10+170+45=225 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.44% from 225); Green value is 170 (66.80% from 255 or 75.56% from 225); Blue value is 45 (17.97% from 255 or 20% from 225); Max value from RGB is 170 - color contains mainly: green. Hex color #0AAA2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AAA2D is #F555D2. Grayscale: #6C6C6C. Windows color (decimal): -16078291 or 2992650. OLE color: 2992650.

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

Color convert

RGB 10 170 45 -
CMYK 0.94 0 0.74 0.33
HSL 133.13º 0.89% 0.35% -
HSV(B) 133.13º 0.94% 0.67% -
XYZ 14.97 29 7.29 -
YUV 107.91 92.49 58.16 -
System Red Green Blue C M Y K H S L
Decimal 10 170 45 0.94 0 0.74 0.33 133.13 0.89 0.35
Hex A AA 2D 5E 0 4A 21 85 59 23
Octal 12 252 55 136 0 112 41 205 131 43
Binary 1010 10101010 101101 1011110 0 1001010 100001 10000101 1011001 100011

Color Harmonies of #0AAA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAA2D

Black with #0AAA2D

Text Example


Text Example

White with #0AAA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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