Html Css Color HEX #ADDBA4 Madang

📋 copy color: '#ADDBA4'

red 173 ◦ green 219 ◦ blue 164

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

Shades of Madang #ADDBA4

Tints of Madang #ADDBA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 29.5%

R = 31.12%
G = 39.39%
B = 29.5%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#ADDBA4 (or 0xADDBA4) is known color: Madang. HEX triplet: AD, DB and A4. RGB value is (173,219,164). Sum of RGB (Red+Green+Blue) = 173+219+164=556 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.12% from 556); Green value is 219 (85.94% from 255 or 39.39% from 556); Blue value is 164 (64.45% from 255 or 29.50% from 556); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDBA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDBA4 is #52245B. Grayscale: #C7C7C7. Windows color (decimal): -5383260 or 10804141. OLE color: 10804141.

HSL color Cylindrical-coordinate representation of color #ADDBA4: hue angle of 110.18º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADDBA4 is Cyan = 0.21, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 219 164 -
CMYK 0.21 0 0.25 0.14
HSL 110.18º 0.43% 0.75% -
HSV(B) 110.18º 0.25% 0.86% -
XYZ 49.27 62.23 44.54 -
YUV 198.98 108.26 109.47 -
System Red Green Blue C M Y K H S L
Decimal 173 219 164 0.21 0 0.25 0.14 110.18 0.43 0.75
Hex AD DB A4 15 0 19 E 6E 2B 4B
Octal 255 333 244 25 0 31 16 156 53 113
Binary 10101101 11011011 10100100 10101 0 11001 1110 1101110 101011 1001011

Color Harmonies of #ADDBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDBA4

Black with #ADDBA4

Text Example


Text Example

White with #ADDBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDBA4; }

 p { color: rgb(173,219,164); }

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

background-color css

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

 a { background-color: rgb(173,219,164); }

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

border-color css

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

 span { border-color: rgb(173,219,164); }

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