Html Css Color HEX #AED49D Madang

📋 copy color: '#AED49D'

red 174 ◦ green 212 ◦ blue 157

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

Shades of Madang #AED49D

Tints of Madang #AED49D

RGB

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

 GREEN value IS 212 (83.2% from 255) = 39.04%

 BLUE value IS 157 (61.72% from 255) = 28.91%

R = 32.04%
G = 39.04%
B = 28.91%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.26

 K value IS 0.17

RGB Variations

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

Color information

#AED49D (or 0xAED49D) is known color: Madang. HEX triplet: AE, D4 and 9D. RGB value is (174,212,157). Sum of RGB (Red+Green+Blue) = 174+212+157=543 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.04% from 543); Green value is 212 (83.20% from 255 or 39.04% from 543); Blue value is 157 (61.72% from 255 or 28.91% from 543); Max value from RGB is 212 - color contains mainly: green. Hex color #AED49D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED49D is #512B62. Grayscale: #C2C2C2. Windows color (decimal): -5319523 or 10343598. OLE color: 10343598.

HSL color Cylindrical-coordinate representation of color #AED49D: hue angle of 101.45º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AED49D is Cyan = 0.18, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB 174 212 157 -
CMYK 0.18 0 0.26 0.17
HSL 101.45º 0.39% 0.72% -
HSV(B) 101.45º 0.26% 0.83% -
XYZ 47.08 58.52 40.71 -
YUV 194.37 106.91 113.47 -
System Red Green Blue C M Y K H S L
Decimal 174 212 157 0.18 0 0.26 0.17 101.45 0.39 0.72
Hex AE D4 9D 12 0 1A 11 65 27 48
Octal 256 324 235 22 0 32 21 145 47 110
Binary 10101110 11010100 10011101 10010 0 11010 10001 1100101 100111 1001000

Color Harmonies of #AED49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED49D

Black with #AED49D

Text Example


Text Example

White with #AED49D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED49D; }

 p { color: rgb(174,212,157); }

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

background-color css

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

 a { background-color: rgb(174,212,157); }

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

border-color css

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

 span { border-color: rgb(174,212,157); }

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