Html Css Color HEX #AEDBA0 Madang

📋 copy color: '#AEDBA0'

red 174 ◦ green 219 ◦ blue 160

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

Shades of Madang #AEDBA0

Tints of Madang #AEDBA0

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.6%

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

R = 31.46%
G = 39.6%
B = 28.93%

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

#AEDBA0 (or 0xAEDBA0) is known color: Madang. HEX triplet: AE, DB and A0. RGB value is (174,219,160). Sum of RGB (Red+Green+Blue) = 174+219+160=553 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.46% from 553); Green value is 219 (85.94% from 255 or 39.60% from 553); Blue value is 160 (62.89% from 255 or 28.93% from 553); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDBA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDBA0 is #51245F. Grayscale: #C7C7C7. Windows color (decimal): -5317728 or 10541998. OLE color: 10541998.

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

Color convert

RGB 174 219 160 -
CMYK 0.21 0 0.27 0.14
HSL 105.76º 0.45% 0.74% -
HSV(B) 105.76º 0.27% 0.86% -
XYZ 49.13 62.2 42.67 -
YUV 198.82 106.09 110.3 -
System Red Green Blue C M Y K H S L
Decimal 174 219 160 0.21 0 0.27 0.14 105.76 0.45 0.74
Hex AE DB A0 15 0 1B E 6A 2D 4A
Octal 256 333 240 25 0 33 16 152 55 112
Binary 10101110 11011011 10100000 10101 0 11011 1110 1101010 101101 1001010

Color Harmonies of #AEDBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDBA0

Black with #AEDBA0

Text Example


Text Example

White with #AEDBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDBA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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