Html Css Color HEX #AEDCAB Moss Green

📋 copy color: '#AEDCAB'

red 174 ◦ green 220 ◦ blue 171

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

Shades of Moss Green #AEDCAB

Tints of Moss Green #AEDCAB

RGB

 RED value IS 174 (68.36% from 255) = 30.8%

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

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

R = 30.8%
G = 38.94%
B = 30.27%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#AEDCAB (or 0xAEDCAB) is known color: Moss Green. HEX triplet: AE, DC and AB. RGB value is (174,220,171). Sum of RGB (Red+Green+Blue) = 174+220+171=565 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.80% from 565); Green value is 220 (86.33% from 255 or 38.94% from 565); Blue value is 171 (67.19% from 255 or 30.27% from 565); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDCAB is #512354. Grayscale: #C8C8C8. Windows color (decimal): -5317461 or 11263150. OLE color: 11263150.

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

Color convert

RGB 174 220 171 -
CMYK 0.21 0 0.22 0.14
HSL 116.33º 0.41% 0.77% -
HSV(B) 116.33º 0.22% 0.86% -
XYZ 50.4 63.13 48.06 -
YUV 200.66 111.26 108.98 -
System Red Green Blue C M Y K H S L
Decimal 174 220 171 0.21 0 0.22 0.14 116.33 0.41 0.77
Hex AE DC AB 15 0 16 E 74 29 4D
Octal 256 334 253 25 0 26 16 164 51 115
Binary 10101110 11011100 10101011 10101 0 10110 1110 1110100 101001 1001101

Color Harmonies of #AEDCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDCAB

Black with #AEDCAB

Text Example


Text Example

White with #AEDCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDCAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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