Html Css Color HEX #AADAA3 Moss Green

📋 copy color: '#AADAA3'

red 170 ◦ green 218 ◦ blue 163

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

Shades of Moss Green #AADAA3

Tints of Moss Green #AADAA3

RGB

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

 GREEN value IS 218 (85.55% from 255) = 39.56%

 BLUE value IS 163 (64.06% from 255) = 29.58%

R = 30.85%
G = 39.56%
B = 29.58%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#AADAA3 (or 0xAADAA3) is known color: Moss Green. HEX triplet: AA, DA and A3. RGB value is (170,218,163). Sum of RGB (Red+Green+Blue) = 170+218+163=551 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.85% from 551); Green value is 218 (85.55% from 255 or 39.56% from 551); Blue value is 163 (64.06% from 255 or 29.58% from 551); Max value from RGB is 218 - color contains mainly: green. Hex color #AADAA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADAA3 is #55255C. Grayscale: #C5C5C5. Windows color (decimal): -5580125 or 10738346. OLE color: 10738346.

HSL color Cylindrical-coordinate representation of color #AADAA3: hue angle of 112.36º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AADAA3 is Cyan = 0.22, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 218 163 -
CMYK 0.22 0 0.25 0.15
HSL 112.36º 0.43% 0.75% -
HSV(B) 112.36º 0.25% 0.85% -
XYZ 48.26 61.33 43.95 -
YUV 197.38 108.6 108.47 -
System Red Green Blue C M Y K H S L
Decimal 170 218 163 0.22 0 0.25 0.15 112.36 0.43 0.75
Hex AA DA A3 16 0 19 F 70 2B 4B
Octal 252 332 243 26 0 31 17 160 53 113
Binary 10101010 11011010 10100011 10110 0 11001 1111 1110000 101011 1001011

Color Harmonies of #AADAA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADAA3

Black with #AADAA3

Text Example


Text Example

White with #AADAA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADAA3; }

 p { color: rgb(170,218,163); }

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

background-color css

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

 a { background-color: rgb(170,218,163); }

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

border-color css

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

 span { border-color: rgb(170,218,163); }

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