Html Css Color HEX #AEDCA4 Madang

📋 copy color: '#AEDCA4'

red 174 ◦ green 220 ◦ blue 164

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

Shades of Madang #AEDCA4

Tints of Madang #AEDCA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 29.39%

R = 31.18%
G = 39.43%
B = 29.39%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#AEDCA4 (or 0xAEDCA4) is known color: Madang. HEX triplet: AE, DC and A4. RGB value is (174,220,164). Sum of RGB (Red+Green+Blue) = 174+220+164=558 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.18% from 558); Green value is 220 (86.33% from 255 or 39.43% from 558); Blue value is 164 (64.45% from 255 or 29.39% from 558); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDCA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDCA4 is #51235B. Grayscale: #C8C8C8. Windows color (decimal): -5317468 or 10804398. OLE color: 10804398.

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

Color convert

RGB 174 220 164 -
CMYK 0.21 0 0.25 0.14
HSL 109.29º 0.44% 0.75% -
HSV(B) 109.29º 0.25% 0.86% -
XYZ 49.75 62.87 44.63 -
YUV 199.86 107.76 109.55 -
System Red Green Blue C M Y K H S L
Decimal 174 220 164 0.21 0 0.25 0.14 109.29 0.44 0.75
Hex AE DC A4 15 0 19 E 6D 2C 4B
Octal 256 334 244 25 0 31 16 155 54 113
Binary 10101110 11011100 10100100 10101 0 11001 1110 1101101 101100 1001011

Color Harmonies of #AEDCA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDCA4

Black with #AEDCA4

Text Example


Text Example

White with #AEDCA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDCA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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