#AFF8A3

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

Shades of Madang #AFF8A3

Tints of Madang #AFF8A3

Color information

#AFF8A3 (or 0xAFF8A3) is unknown color: approx Madang. HEX triplet: AF, F8 and A3. RGB value is (175,248,163). Sum of RGB (Red+Green+Blue) = 175+248+163=586 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.86% from 586); Green value is 248 (97.27% from 255 or 42.32% from 586); Blue value is 163 (64.06% from 255 or 27.82% from 586); Max value from RGB is 248 - color contains mainly: green. Hex color #AFF8A3 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF8A3 is #50075C. Grayscale: #D8D8D8. Windows color (decimal): -5244765 or 10746031. OLE color: 10746031.

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

Color convert

RGB175248163-
CMYK0.2900.340.03
HSL111.53º85.86%80.59%-
HSV(B)111.53º34.27%97.25%-
XYZ57.8678.8946.83-
YUV216.4897.8298.41-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.86%
GREEN value IS 248 (97.27% from 255) = 42.32%
BLUE value IS 163 (64.06% from 255) = 27.82%
R=29.86%
G=42.32%
B=27.82%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1752481630.2900.340.03111.5385.8680.59
HexAFF8A31D0223705651
Octal257370243350423160126121
Binary10101111111110001010001111101010001011111000010101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF8A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF8A3; }

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

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

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

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

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

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

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

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