#ADDC98

Color #ADDC98 Madang (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Madang #ADDC98

Tints of Madang #ADDC98

Color information

#ADDC98 (or 0xADDC98) is unknown color: approx Madang. HEX triplet: AD, DC and 98. RGB value is (173,220,152). Sum of RGB (Red+Green+Blue) = 173+220+152=545 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.74% from 545); Green value is 220 (86.33% from 255 or 40.37% from 545); Blue value is 152 (59.77% from 255 or 27.89% from 545); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDC98 is #522367. Grayscale: #C6C6C6. Windows color (decimal): -5383016 or 10017965. OLE color: 10017965.

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

Color convert

RGB173220152-
CMYK0.2100.310.14
HSL101.47º49.28%72.94%-
HSV(B)101.47º30.91%86.27%-
XYZ48.4962.3439.18-
YUV198.2101.93110.03-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.74%
GREEN value IS 220 (86.33% from 255) = 40.37%
BLUE value IS 152 (59.77% from 255) = 27.89%
R=31.74%
G=40.37%
B=27.89%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1732201520.2100.310.14101.4749.2872.94
HexADDC981501FE653149
Octal255334230250371614561111
Binary10101101110111001001100010101011111111011001011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDC98; }

 p { color: rgb(173,220,152); }

 H1.HeaderClassName
 {
   color: #ADDC98;
 }
 .AnyTagClassName
 {
   color: #ADDC98;
 }
</style>
background-color css

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

 a { background-color: rgb(173,220,152); }

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

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

 span { border-color: rgb(173,220,152); }

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