#AFDBA3

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

Shades of Madang #AFDBA3

Tints of Madang #AFDBA3

Color information

#AFDBA3 (or 0xAFDBA3) is unknown color: approx Madang. HEX triplet: AF, DB and A3. RGB value is (175,219,163). Sum of RGB (Red+Green+Blue) = 175+219+163=557 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.42% from 557); Green value is 219 (85.94% from 255 or 39.32% from 557); Blue value is 163 (64.06% from 255 or 29.26% from 557); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDBA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDBA3 is #50245C. Grayscale: #C7C7C7. Windows color (decimal): -5252189 or 10738607. OLE color: 10738607.

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

Color convert

RGB175219163-
CMYK0.2000.260.14
HSL107.14º43.75%74.9%-
HSV(B)107.14º25.57%85.88%-
XYZ49.6262.4244.08-
YUV199.46107.42110.55-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.42%
GREEN value IS 219 (85.94% from 255) = 39.32%
BLUE value IS 163 (64.06% from 255) = 29.26%
R=31.42%
G=39.32%
B=29.26%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1752191630.2000.260.14107.1443.7574.9
HexAFDBA31401AE6b2c4b
Octal257333243240321615354113
Binary10101111110110111010001110100011010111011010111011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDBA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDBA3; }

 p { color: rgb(175,219,163); }

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

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

 a { background-color: rgb(175,219,163); }

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

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

 span { border-color: rgb(175,219,163); }

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