Html Css Color HEX #AAEBA2 Moss Green

📋 copy color: '#AAEBA2'

red 170 ◦ green 235 ◦ blue 162

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

Shades of Moss Green #AAEBA2

Tints of Moss Green #AAEBA2

RGB

 RED value IS 170 (66.8% from 255) = 29.98%

 GREEN value IS 235 (92.19% from 255) = 41.45%

 BLUE value IS 162 (63.67% from 255) = 28.57%

R = 29.98%
G = 41.45%
B = 28.57%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#AAEBA2 (or 0xAAEBA2) is known color: Moss Green. HEX triplet: AA, EB and A2. RGB value is (170,235,162). Sum of RGB (Red+Green+Blue) = 170+235+162=567 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.98% from 567); Green value is 235 (92.19% from 255 or 41.45% from 567); Blue value is 162 (63.67% from 255 or 28.57% from 567); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEBA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAEBA2 is #55145D. Grayscale: #CFCFCF. Windows color (decimal): -5575774 or 10677162. OLE color: 10677162.

HSL color Cylindrical-coordinate representation of color #AAEBA2: hue angle of 113.42º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAEBA2 is Cyan = 0.28, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 235 162 -
CMYK 0.28 0 0.31 0.08
HSL 113.42º 0.65% 0.78% -
HSV(B) 113.42º 0.31% 0.92% -
XYZ 52.81 70.57 45.02 -
YUV 207.24 102.47 101.44 -
System Red Green Blue C M Y K H S L
Decimal 170 235 162 0.28 0 0.31 0.08 113.42 0.65 0.78
Hex AA EB A2 1C 0 1F 8 71 41 4E
Octal 252 353 242 34 0 37 10 161 101 116
Binary 10101010 11101011 10100010 11100 0 11111 1000 1110001 1000001 1001110

Color Harmonies of #AAEBA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEBA2

Black with #AAEBA2

Text Example


Text Example

White with #AAEBA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEBA2; }

 p { color: rgb(170,235,162); }

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

background-color css

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

 a { background-color: rgb(170,235,162); }

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

border-color css

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

 span { border-color: rgb(170,235,162); }

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