#AFDEA4

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

Shades of Madang #AFDEA4

Tints of Madang #AFDEA4

Color information

#AFDEA4 (or 0xAFDEA4) is unknown color: approx Madang. HEX triplet: AF, DE and A4. RGB value is (175,222,164). Sum of RGB (Red+Green+Blue) = 175+222+164=561 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.19% from 561); Green value is 222 (87.11% from 255 or 39.57% from 561); Blue value is 164 (64.45% from 255 or 29.23% from 561); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDEA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDEA4 is #50215B. Grayscale: #C9C9C9. Windows color (decimal): -5251420 or 10804911. OLE color: 10804911.

HSL color Cylindrical-coordinate representation of color #AFDEA4: hue angle of 108.62º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFDEA4 is Cyan = 0.21, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB175222164-
CMYK0.2100.260.13
HSL108.62º46.77%75.69%-
HSV(B)108.62º26.13%87.06%-
XYZ50.564.0444.82-
YUV201.33106.93109.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.19%
GREEN value IS 222 (87.11% from 255) = 39.57%
BLUE value IS 164 (64.45% from 255) = 29.23%
R=31.19%
G=39.57%
B=29.23%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1752221640.2100.260.13108.6246.7775.69
HexAFDEA41501AD6d2f4c
Octal257336244250321515557114
Binary10101111110111101010010010101011010110111011011011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDEA4; }

 p { color: rgb(175,222,164); }

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

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

 a { background-color: rgb(175,222,164); }

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

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

 span { border-color: rgb(175,222,164); }

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