Html Css Color HEX #AAEDA0 Madang

📋 copy color: '#AAEDA0'

red 170 ◦ green 237 ◦ blue 160

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

Shades of Madang #AAEDA0

Tints of Madang #AAEDA0

RGB

 RED value IS 170 (66.8% from 255) = 29.98%

 GREEN value IS 237 (92.97% from 255) = 41.8%

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

R = 29.98%
G = 41.8%
B = 28.22%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#AAEDA0 (or 0xAAEDA0) is known color: Madang. HEX triplet: AA, ED and A0. RGB value is (170,237,160). Sum of RGB (Red+Green+Blue) = 170+237+160=567 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.98% from 567); Green value is 237 (92.97% from 255 or 41.80% from 567); Blue value is 160 (62.89% from 255 or 28.22% from 567); Max value from RGB is 237 - color contains mainly: green. Hex color #AAEDA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAEDA0 is #55125F. Grayscale: #D0D0D0. Windows color (decimal): -5575264 or 10546602. OLE color: 10546602.

HSL color Cylindrical-coordinate representation of color #AAEDA0: hue angle of 112.21º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAEDA0 is Cyan = 0.28, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 237 160 -
CMYK 0.28 0 0.32 0.07
HSL 112.21º 0.68% 0.78% -
HSV(B) 112.21º 0.32% 0.93% -
XYZ 53.21 71.65 44.28 -
YUV 208.19 100.8 100.76 -
System Red Green Blue C M Y K H S L
Decimal 170 237 160 0.28 0 0.32 0.07 112.21 0.68 0.78
Hex AA ED A0 1C 0 20 7 70 44 4E
Octal 252 355 240 34 0 40 7 160 104 116
Binary 10101010 11101101 10100000 11100 0 100000 111 1110000 1000100 1001110

Color Harmonies of #AAEDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEDA0

Black with #AAEDA0

Text Example


Text Example

White with #AAEDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEDA0; }

 p { color: rgb(170,237,160); }

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

background-color css

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

 a { background-color: rgb(170,237,160); }

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

border-color css

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

 span { border-color: rgb(170,237,160); }

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