Html Css Color HEX #AADEA5 Moss Green

📋 copy color: '#AADEA5'

red 170 ◦ green 222 ◦ blue 165

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

Shades of Moss Green #AADEA5

Tints of Moss Green #AADEA5

RGB

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

 GREEN value IS 222 (87.11% from 255) = 39.86%

 BLUE value IS 165 (64.84% from 255) = 29.62%

R = 30.52%
G = 39.86%
B = 29.62%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#AADEA5 (or 0xAADEA5) is known color: Moss Green. HEX triplet: AA, DE and A5. RGB value is (170,222,165). Sum of RGB (Red+Green+Blue) = 170+222+165=557 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.52% from 557); Green value is 222 (87.11% from 255 or 39.86% from 557); Blue value is 165 (64.84% from 255 or 29.62% from 557); Max value from RGB is 222 - color contains mainly: green. Hex color #AADEA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADEA5 is #55215A. Grayscale: #C8C8C8. Windows color (decimal): -5579099 or 10870442. OLE color: 10870442.

HSL color Cylindrical-coordinate representation of color #AADEA5: hue angle of 114.74º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AADEA5 is Cyan = 0.23, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 222 165 -
CMYK 0.23 0 0.26 0.13
HSL 114.74º 0.46% 0.76% -
HSV(B) 114.74º 0.26% 0.87% -
XYZ 49.49 63.51 45.25 -
YUV 199.95 108.27 106.63 -
System Red Green Blue C M Y K H S L
Decimal 170 222 165 0.23 0 0.26 0.13 114.74 0.46 0.76
Hex AA DE A5 17 0 1A D 73 2E 4C
Octal 252 336 245 27 0 32 15 163 56 114
Binary 10101010 11011110 10100101 10111 0 11010 1101 1110011 101110 1001100

Color Harmonies of #AADEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADEA5

Black with #AADEA5

Text Example


Text Example

White with #AADEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADEA5; }

 p { color: rgb(170,222,165); }

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

background-color css

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

 a { background-color: rgb(170,222,165); }

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

border-color css

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

 span { border-color: rgb(170,222,165); }

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