#AFF8A0

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

Shades of Madang #AFF8A0

Tints of Madang #AFF8A0

Color information

#AFF8A0 (or 0xAFF8A0) is unknown color: approx Madang. HEX triplet: AF, F8 and A0. RGB value is (175,248,160). Sum of RGB (Red+Green+Blue) = 175+248+160=583 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.02% from 583); Green value is 248 (97.27% from 255 or 42.54% from 583); Blue value is 160 (62.89% from 255 or 27.44% from 583); Max value from RGB is 248 - color contains mainly: green. Hex color #AFF8A0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF8A0 is #50075F. Grayscale: #D8D8D8. Windows color (decimal): -5244768 or 10549423. OLE color: 10549423.

HSL color Cylindrical-coordinate representation of color #AFF8A0: hue angle of 109.77º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AFF8A0 is Cyan = 0.29, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.03.

Color convert

RGB175248160-
CMYK0.2900.350.03
HSL109.77º86.27%80%-
HSV(B)109.77º35.48%97.25%-
XYZ57.5978.7945.43-
YUV216.1496.3298.66-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.02%
GREEN value IS 248 (97.27% from 255) = 42.54%
BLUE value IS 160 (62.89% from 255) = 27.44%
R=30.02%
G=42.54%
B=27.44%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1752481600.2900.350.03109.7786.2780
HexAFF8A01D02336e5650
Octal257370240350433156126120
Binary10101111111110001010000011101010001111110111010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF8A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF8A0; }

 p { color: rgb(175,248,160); }

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

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

 a { background-color: rgb(175,248,160); }

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

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

 span { border-color: rgb(175,248,160); }

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