Html Css Color HEX #ADD6A0 Madang

📋 copy color: '#ADD6A0'

red 173 ◦ green 214 ◦ blue 160

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

Shades of Madang #ADD6A0

Tints of Madang #ADD6A0

RGB

 RED value IS 173 (67.97% from 255) = 31.63%

 GREEN value IS 214 (83.98% from 255) = 39.12%

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

R = 31.63%
G = 39.12%
B = 29.25%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#ADD6A0 (or 0xADD6A0) is known color: Madang. HEX triplet: AD, D6 and A0. RGB value is (173,214,160). Sum of RGB (Red+Green+Blue) = 173+214+160=547 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.63% from 547); Green value is 214 (83.98% from 255 or 39.12% from 547); Blue value is 160 (62.89% from 255 or 29.25% from 547); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD6A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD6A0 is #52295F. Grayscale: #C3C3C3. Windows color (decimal): -5384544 or 10540717. OLE color: 10540717.

HSL color Cylindrical-coordinate representation of color #ADD6A0: hue angle of 105.56º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADD6A0 is Cyan = 0.19, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 214 160 -
CMYK 0.19 0 0.25 0.16
HSL 105.56º 0.4% 0.73% -
HSV(B) 105.56º 0.25% 0.84% -
XYZ 47.63 59.52 42.24 -
YUV 195.59 107.92 111.89 -
System Red Green Blue C M Y K H S L
Decimal 173 214 160 0.19 0 0.25 0.16 105.56 0.4 0.73
Hex AD D6 A0 13 0 19 10 6A 28 49
Octal 255 326 240 23 0 31 20 152 50 111
Binary 10101101 11010110 10100000 10011 0 11001 10000 1101010 101000 1001001

Color Harmonies of #ADD6A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD6A0

Black with #ADD6A0

Text Example


Text Example

White with #ADD6A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD6A0; }

 p { color: rgb(173,214,160); }

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

background-color css

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

 a { background-color: rgb(173,214,160); }

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

border-color css

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

 span { border-color: rgb(173,214,160); }

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