Html Css Color HEX #AEDAA0 Madang

📋 copy color: '#AEDAA0'

red 174 ◦ green 218 ◦ blue 160

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

Shades of Madang #AEDAA0

Tints of Madang #AEDAA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 28.99%

R = 31.52%
G = 39.49%
B = 28.99%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#AEDAA0 (or 0xAEDAA0) is known color: Madang. HEX triplet: AE, DA and A0. RGB value is (174,218,160). Sum of RGB (Red+Green+Blue) = 174+218+160=552 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.52% from 552); Green value is 218 (85.55% from 255 or 39.49% from 552); Blue value is 160 (62.89% from 255 or 28.99% from 552); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDAA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDAA0 is #51255F. Grayscale: #C6C6C6. Windows color (decimal): -5317984 or 10541742. OLE color: 10541742.

HSL color Cylindrical-coordinate representation of color #AEDAA0: hue angle of 105.52º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEDAA0 is Cyan = 0.20, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 218 160 -
CMYK 0.20 0 0.27 0.15
HSL 105.52º 0.44% 0.74% -
HSV(B) 105.52º 0.27% 0.85% -
XYZ 48.87 61.68 42.59 -
YUV 198.23 106.42 110.72 -
System Red Green Blue C M Y K H S L
Decimal 174 218 160 0.20 0 0.27 0.15 105.52 0.44 0.74
Hex AE DA A0 14 0 1B F 6A 2C 4A
Octal 256 332 240 24 0 33 17 152 54 112
Binary 10101110 11011010 10100000 10100 0 11011 1111 1101010 101100 1001010

Color Harmonies of #AEDAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDAA0

Black with #AEDAA0

Text Example


Text Example

White with #AEDAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDAA0; }

 p { color: rgb(174,218,160); }

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

background-color css

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

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

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

border-color css

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

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

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