Html Css Color HEX #AED5A0 Madang

📋 copy color: '#AED5A0'

red 174 ◦ green 213 ◦ blue 160

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

Shades of Madang #AED5A0

Tints of Madang #AED5A0

RGB

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

 GREEN value IS 213 (83.59% from 255) = 38.94%

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

R = 31.81%
G = 38.94%
B = 29.25%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#AED5A0 (or 0xAED5A0) is known color: Madang. HEX triplet: AE, D5 and A0. RGB value is (174,213,160). Sum of RGB (Red+Green+Blue) = 174+213+160=547 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.81% from 547); Green value is 213 (83.59% from 255 or 38.94% from 547); Blue value is 160 (62.89% from 255 or 29.25% from 547); Max value from RGB is 213 - color contains mainly: green. Hex color #AED5A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED5A0 is #512A5F. Grayscale: #C3C3C3. Windows color (decimal): -5319264 or 10540462. OLE color: 10540462.

HSL color Cylindrical-coordinate representation of color #AED5A0: hue angle of 104.15º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AED5A0 is Cyan = 0.18, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 213 160 -
CMYK 0.18 0 0.25 0.16
HSL 104.15º 0.39% 0.73% -
HSV(B) 104.15º 0.25% 0.84% -
XYZ 47.59 59.13 42.16 -
YUV 195.3 108.08 112.81 -
System Red Green Blue C M Y K H S L
Decimal 174 213 160 0.18 0 0.25 0.16 104.15 0.39 0.73
Hex AE D5 A0 12 0 19 10 68 27 49
Octal 256 325 240 22 0 31 20 150 47 111
Binary 10101110 11010101 10100000 10010 0 11001 10000 1101000 100111 1001001

Color Harmonies of #AED5A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED5A0

Black with #AED5A0

Text Example


Text Example

White with #AED5A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED5A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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