#AEDBAB

Color #AEDBAB Moss Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moss Green #AEDBAB

Tints of Moss Green #AEDBAB

Color information

#AEDBAB (or 0xAEDBAB) is unknown color: approx Moss Green. HEX triplet: AE, DB and AB. RGB value is (174,219,171). Sum of RGB (Red+Green+Blue) = 174+219+171=564 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.85% from 564); Green value is 219 (85.94% from 255 or 38.83% from 564); Blue value is 171 (67.19% from 255 or 30.32% from 564); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDBAB is #512454. Grayscale: #C8C8C8. Windows color (decimal): -5317717 or 11262894. OLE color: 11262894.

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

Color convert

RGB174219171-
CMYK0.2100.220.14
HSL116.25º40%76.47%-
HSV(B)116.25º21.92%85.88%-
XYZ50.1462.647.97-
YUV200.07111.59109.4-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.85%
GREEN value IS 219 (85.94% from 255) = 38.83%
BLUE value IS 171 (67.19% from 255) = 30.32%
R=30.85%
G=38.83%
B=30.32%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1742191710.2100.220.14116.254076.47
HexAEDBAB15016E74284c
Octal256333253250261616450114
Binary10101110110110111010101110101010110111011101001010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDBAB; }

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

 H1.HeaderClassName
 {
   color: #AEDBAB;
 }
 .AnyTagClassName
 {
   color: #AEDBAB;
 }
</style>
background-color css

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

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

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

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

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

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