Html Css Color HEX #AADAAA Moss Green

📋 copy color: '#AADAAA'

red 170 ◦ green 218 ◦ blue 170

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

Shades of Moss Green #AADAAA

Tints of Moss Green #AADAAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 30.47%

R = 30.47%
G = 39.07%
B = 30.47%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#AADAAA (or 0xAADAAA) is known color: Moss Green. HEX triplet: AA, DA and AA. RGB value is (170,218,170). Sum of RGB (Red+Green+Blue) = 170+218+170=558 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.47% from 558); Green value is 218 (85.55% from 255 or 39.07% from 558); Blue value is 170 (66.80% from 255 or 30.47% from 558); Max value from RGB is 218 - color contains mainly: green. Hex color #AADAAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADAAA is #552555. Grayscale: #C6C6C6. Windows color (decimal): -5580118 or 11197098. OLE color: 11197098.

HSL color Cylindrical-coordinate representation of color #AADAAA: hue angle of 120º 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 #AADAAA is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 218 170 -
CMYK 0.22 0 0.22 0.15
HSL 120º 0.39% 0.76% -
HSV(B) 120º 0.22% 0.85% -
XYZ 48.9 61.59 47.34 -
YUV 198.18 112.1 107.9 -
System Red Green Blue C M Y K H S L
Decimal 170 218 170 0.22 0 0.22 0.15 120 0.39 0.76
Hex AA DA AA 16 0 16 F 78 27 4C
Octal 252 332 252 26 0 26 17 170 47 114
Binary 10101010 11011010 10101010 10110 0 10110 1111 1111000 100111 1001100

Color Harmonies of #AADAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADAAA

Black with #AADAAA

Text Example


Text Example

White with #AADAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADAAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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