Html Css Color HEX #ADD4A5 Madang

📋 copy color: '#ADD4A5'

red 173 ◦ green 212 ◦ blue 165

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

Shades of Madang #ADD4A5

Tints of Madang #ADD4A5

RGB

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

 GREEN value IS 212 (83.2% from 255) = 38.55%

 BLUE value IS 165 (64.84% from 255) = 30%

R = 31.45%
G = 38.55%
B = 30%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.22

 K value IS 0.17

RGB Variations

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

Color information

#ADD4A5 (or 0xADD4A5) is known color: Madang. HEX triplet: AD, D4 and A5. RGB value is (173,212,165). Sum of RGB (Red+Green+Blue) = 173+212+165=550 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.45% from 550); Green value is 212 (83.20% from 255 or 38.55% from 550); Blue value is 165 (64.84% from 255 or 30% from 550); Max value from RGB is 212 - color contains mainly: green. Hex color #ADD4A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD4A5 is #522B5A. Grayscale: #C3C3C3. Windows color (decimal): -5385051 or 10867885. OLE color: 10867885.

HSL color Cylindrical-coordinate representation of color #ADD4A5: hue angle of 109.79º degrees, saturation: 0.35, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADD4A5 is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.17.

Color convert

RGB 173 212 165 -
CMYK 0.18 0 0.22 0.17
HSL 109.79º 0.35% 0.74% -
HSV(B) 109.79º 0.22% 0.83% -
XYZ 47.57 58.69 44.42 -
YUV 194.98 111.08 112.32 -
System Red Green Blue C M Y K H S L
Decimal 173 212 165 0.18 0 0.22 0.17 109.79 0.35 0.74
Hex AD D4 A5 12 0 16 11 6E 23 4A
Octal 255 324 245 22 0 26 21 156 43 112
Binary 10101101 11010100 10100101 10010 0 10110 10001 1101110 100011 1001010

Color Harmonies of #ADD4A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD4A5

Black with #ADD4A5

Text Example


Text Example

White with #ADD4A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD4A5; }

 p { color: rgb(173,212,165); }

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

background-color css

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

 a { background-color: rgb(173,212,165); }

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

border-color css

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

 span { border-color: rgb(173,212,165); }

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