Html Css Color HEX #AADAAC Moss Green

📋 copy color: '#AADAAC'

red 170 ◦ green 218 ◦ blue 172

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

Shades of Moss Green #AADAAC

Tints of Moss Green #AADAAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 30.71%

R = 30.36%
G = 38.93%
B = 30.71%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#AADAAC (or 0xAADAAC) is known color: Moss Green. HEX triplet: AA, DA and AC. RGB value is (170,218,172). Sum of RGB (Red+Green+Blue) = 170+218+172=560 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.36% from 560); Green value is 218 (85.55% from 255 or 38.93% from 560); Blue value is 172 (67.58% from 255 or 30.71% from 560); Max value from RGB is 218 - color contains mainly: green. Hex color #AADAAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADAAC is #552553. Grayscale: #C6C6C6. Windows color (decimal): -5580116 or 11328170. OLE color: 11328170.

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

Color convert

RGB 170 218 172 -
CMYK 0.22 0 0.21 0.15
HSL 122.5º 0.39% 0.76% -
HSV(B) 122.5º 0.22% 0.85% -
XYZ 49.1 61.67 48.35 -
YUV 198.4 113.1 107.74 -
System Red Green Blue C M Y K H S L
Decimal 170 218 172 0.22 0 0.21 0.15 122.5 0.39 0.76
Hex AA DA AC 16 0 15 F 7B 27 4C
Octal 252 332 254 26 0 25 17 173 47 114
Binary 10101010 11011010 10101100 10110 0 10101 1111 1111011 100111 1001100

Color Harmonies of #AADAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADAAC

Black with #AADAAC

Text Example


Text Example

White with #AADAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADAAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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