Html Css Color HEX #AADB9F Madang

📋 copy color: '#AADB9F'

red 170 ◦ green 219 ◦ blue 159

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

Shades of Madang #AADB9F

Tints of Madang #AADB9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 29.01%

R = 31.02%
G = 39.96%
B = 29.01%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#AADB9F (or 0xAADB9F) is known color: Madang. HEX triplet: AA, DB and 9F. RGB value is (170,219,159). Sum of RGB (Red+Green+Blue) = 170+219+159=548 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.02% from 548); Green value is 219 (85.94% from 255 or 39.96% from 548); Blue value is 159 (62.5% from 255 or 29.01% from 548); Max value from RGB is 219 - color contains mainly: green. Hex color #AADB9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADB9F is #552460. Grayscale: #C5C5C5. Windows color (decimal): -5579873 or 10476458. OLE color: 10476458.

HSL color Cylindrical-coordinate representation of color #AADB9F: hue angle of 109º 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 #AADB9F is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 219 159 -
CMYK 0.22 0 0.27 0.14
HSL 109º 0.45% 0.74% -
HSV(B) 109º 0.27% 0.86% -
XYZ 48.17 61.71 42.17 -
YUV 197.51 106.27 108.38 -
System Red Green Blue C M Y K H S L
Decimal 170 219 159 0.22 0 0.27 0.14 109 0.45 0.74
Hex AA DB 9F 16 0 1B E 6D 2D 4A
Octal 252 333 237 26 0 33 16 155 55 112
Binary 10101010 11011011 10011111 10110 0 11011 1110 1101101 101101 1001010

Color Harmonies of #AADB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADB9F

Black with #AADB9F

Text Example


Text Example

White with #AADB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADB9F; }

 p { color: rgb(170,219,159); }

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

background-color css

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

 a { background-color: rgb(170,219,159); }

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

border-color css

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

 span { border-color: rgb(170,219,159); }

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