#AFF8A1

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

Shades of Madang #AFF8A1

Tints of Madang #AFF8A1

Color information

#AFF8A1 (or 0xAFF8A1) is unknown color: approx Madang. HEX triplet: AF, F8 and A1. RGB value is (175,248,161). Sum of RGB (Red+Green+Blue) = 175+248+161=584 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.97% from 584); Green value is 248 (97.27% from 255 or 42.47% from 584); Blue value is 161 (63.28% from 255 or 27.57% from 584); Max value from RGB is 248 - color contains mainly: green. Hex color #AFF8A1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF8A1 is #50075E. Grayscale: #D8D8D8. Windows color (decimal): -5244767 or 10614959. OLE color: 10614959.

HSL color Cylindrical-coordinate representation of color #AFF8A1: hue angle of 110.34º 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 #AFF8A1 is Cyan = 0.29, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.03.

Color convert

RGB175248161-
CMYK0.2900.350.03
HSL110.34º86.14%80.2%-
HSV(B)110.34º35.08%97.25%-
XYZ57.6878.8245.89-
YUV216.2696.8298.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.97%
GREEN value IS 248 (97.27% from 255) = 42.47%
BLUE value IS 161 (63.28% from 255) = 27.57%
R=29.97%
G=42.47%
B=27.57%

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
Decimal1752481610.2900.350.03110.3486.1480.2
HexAFF8A11D02336e5650
Octal257370241350433156126120
Binary10101111111110001010000111101010001111110111010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF8A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF8A1; }

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

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

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

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

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

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

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

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