Html Css Color HEX #AEDCA0 Madang

📋 copy color: '#AEDCA0'

red 174 ◦ green 220 ◦ blue 160

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

Shades of Madang #AEDCA0

Tints of Madang #AEDCA0

RGB

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

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

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

R = 31.41%
G = 39.71%
B = 28.88%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#AEDCA0 (or 0xAEDCA0) is known color: Madang. HEX triplet: AE, DC and A0. RGB value is (174,220,160). Sum of RGB (Red+Green+Blue) = 174+220+160=554 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.41% from 554); Green value is 220 (86.33% from 255 or 39.71% from 554); Blue value is 160 (62.89% from 255 or 28.88% from 554); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDCA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDCA0 is #51235F. Grayscale: #C7C7C7. Windows color (decimal): -5317472 or 10542254. OLE color: 10542254.

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

Color convert

RGB 174 220 160 -
CMYK 0.21 0 0.27 0.14
HSL 106º 0.46% 0.75% -
HSV(B) 106º 0.27% 0.86% -
XYZ 49.39 62.72 42.76 -
YUV 199.41 105.76 109.88 -
System Red Green Blue C M Y K H S L
Decimal 174 220 160 0.21 0 0.27 0.14 106 0.46 0.75
Hex AE DC A0 15 0 1B E 6A 2E 4B
Octal 256 334 240 25 0 33 16 152 56 113
Binary 10101110 11011100 10100000 10101 0 11011 1110 1101010 101110 1001011

Color Harmonies of #AEDCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDCA0

Black with #AEDCA0

Text Example


Text Example

White with #AEDCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDCA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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