Html Css Color HEX #AADCAB Moss Green

📋 copy color: '#AADCAB'

red 170 ◦ green 220 ◦ blue 171

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

Shades of Moss Green #AADCAB

Tints of Moss Green #AADCAB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.22%

 BLUE value IS 171 (67.19% from 255) = 30.48%

R = 30.3%
G = 39.22%
B = 30.48%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#AADCAB (or 0xAADCAB) is known color: Moss Green. HEX triplet: AA, DC and AB. RGB value is (170,220,171). Sum of RGB (Red+Green+Blue) = 170+220+171=561 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.30% from 561); Green value is 220 (86.33% from 255 or 39.22% from 561); Blue value is 171 (67.19% from 255 or 30.48% from 561); Max value from RGB is 220 - color contains mainly: green. Hex color #AADCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADCAB is #552354. Grayscale: #C7C7C7. Windows color (decimal): -5579605 or 11263146. OLE color: 11263146.

HSL color Cylindrical-coordinate representation of color #AADCAB: hue angle of 121.2º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AADCAB is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 220 171 -
CMYK 0.23 0 0.22 0.14
HSL 121.2º 0.42% 0.76% -
HSV(B) 121.2º 0.23% 0.86% -
XYZ 49.52 62.67 48.02 -
YUV 199.46 111.94 106.98 -
System Red Green Blue C M Y K H S L
Decimal 170 220 171 0.23 0 0.22 0.14 121.2 0.42 0.76
Hex AA DC AB 17 0 16 E 79 2A 4C
Octal 252 334 253 27 0 26 16 171 52 114
Binary 10101010 11011100 10101011 10111 0 10110 1110 1111001 101010 1001100

Color Harmonies of #AADCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADCAB

Black with #AADCAB

Text Example


Text Example

White with #AADCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADCAB; }

 p { color: rgb(170,220,171); }

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

background-color css

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

 a { background-color: rgb(170,220,171); }

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

border-color css

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

 span { border-color: rgb(170,220,171); }

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