Html Css Color HEX #0AAA22 Dark Pastel Green

📋 copy color: '#0AAA22'

red 10 ◦ green 170 ◦ blue 34

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

Shades of Dark Pastel Green #0AAA22

Tints of Dark Pastel Green #0AAA22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 15.89%

R = 4.67%
G = 79.44%
B = 15.89%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.80

 K value IS 0.33

RGB Variations

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

Color information

#0AAA22 (or 0x0AAA22) is known color: Dark Pastel Green. HEX triplet: 0A, AA and 22. RGB value is (10,170,34). Sum of RGB (Red+Green+Blue) = 10+170+34=214 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.67% from 214); Green value is 170 (66.80% from 255 or 79.44% from 214); Blue value is 34 (13.67% from 255 or 15.89% from 214); Max value from RGB is 170 - color contains mainly: green. Hex color #0AAA22 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AAA22 is #F555DD. Grayscale: #6B6B6B. Windows color (decimal): -16078302 or 2271754. OLE color: 2271754.

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

Color convert

RGB 10 170 34 -
CMYK 0.94 0 0.80 0.33
HSL 129º 0.89% 0.35% -
HSV(B) 129º 0.94% 0.67% -
XYZ 14.79 28.93 6.32 -
YUV 106.66 86.99 59.06 -
System Red Green Blue C M Y K H S L
Decimal 10 170 34 0.94 0 0.80 0.33 129 0.89 0.35
Hex A AA 22 5E 0 50 21 81 59 23
Octal 12 252 42 136 0 120 41 201 131 43
Binary 1010 10101010 100010 1011110 0 1010000 100001 10000001 1011001 100011

Color Harmonies of #0AAA22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAA22

Black with #0AAA22

Text Example


Text Example

White with #0AAA22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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