Html Css Color HEX #AED49E Madang

📋 copy color: '#AED49E'

red 174 ◦ green 212 ◦ blue 158

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

Shades of Madang #AED49E

Tints of Madang #AED49E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 29.04%

R = 31.99%
G = 38.97%
B = 29.04%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.25

 K value IS 0.17

RGB Variations

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

Color information

#AED49E (or 0xAED49E) is known color: Madang. HEX triplet: AE, D4 and 9E. RGB value is (174,212,158). Sum of RGB (Red+Green+Blue) = 174+212+158=544 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.99% from 544); Green value is 212 (83.20% from 255 or 38.97% from 544); Blue value is 158 (62.11% from 255 or 29.04% from 544); Max value from RGB is 212 - color contains mainly: green. Hex color #AED49E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED49E is #512B61. Grayscale: #C2C2C2. Windows color (decimal): -5319522 or 10409134. OLE color: 10409134.

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

Color convert

RGB 174 212 158 -
CMYK 0.18 0 0.25 0.17
HSL 102.22º 0.39% 0.73% -
HSV(B) 102.22º 0.25% 0.83% -
XYZ 47.17 58.55 41.16 -
YUV 194.48 107.41 113.39 -
System Red Green Blue C M Y K H S L
Decimal 174 212 158 0.18 0 0.25 0.17 102.22 0.39 0.73
Hex AE D4 9E 12 0 19 11 66 27 49
Octal 256 324 236 22 0 31 21 146 47 111
Binary 10101110 11010100 10011110 10010 0 11001 10001 1100110 100111 1001001

Color Harmonies of #AED49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED49E

Black with #AED49E

Text Example


Text Example

White with #AED49E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED49E; }

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

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

background-color css

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

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

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

border-color css

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

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

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