Html Css Color HEX #AAEFA0 Madang

📋 copy color: '#AAEFA0'

red 170 ◦ green 239 ◦ blue 160

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

Shades of Madang #AAEFA0

Tints of Madang #AAEFA0

RGB

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

 GREEN value IS 239 (93.75% from 255) = 42%

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

R = 29.88%
G = 42%
B = 28.12%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#AAEFA0 (or 0xAAEFA0) is known color: Madang. HEX triplet: AA, EF and A0. RGB value is (170,239,160). Sum of RGB (Red+Green+Blue) = 170+239+160=569 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.88% from 569); Green value is 239 (93.75% from 255 or 42.00% from 569); Blue value is 160 (62.89% from 255 or 28.12% from 569); Max value from RGB is 239 - color contains mainly: green. Hex color #AAEFA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAEFA0 is #55105F. Grayscale: #D1D1D1. Windows color (decimal): -5574752 or 10547114. OLE color: 10547114.

HSL color Cylindrical-coordinate representation of color #AAEFA0: hue angle of 112.41º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAEFA0 is Cyan = 0.29, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB 170 239 160 -
CMYK 0.29 0 0.33 0.06
HSL 112.41º 0.71% 0.78% -
HSV(B) 112.41º 0.33% 0.94% -
XYZ 53.79 72.82 44.48 -
YUV 209.36 100.14 99.92 -
System Red Green Blue C M Y K H S L
Decimal 170 239 160 0.29 0 0.33 0.06 112.41 0.71 0.78
Hex AA EF A0 1D 0 21 6 70 47 4E
Octal 252 357 240 35 0 41 6 160 107 116
Binary 10101010 11101111 10100000 11101 0 100001 110 1110000 1000111 1001110

Color Harmonies of #AAEFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEFA0

Black with #AAEFA0

Text Example


Text Example

White with #AAEFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEFA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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