#AFF8A8

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

Shades of Madang #AFF8A8

Tints of Madang #AFF8A8

Color information

#AFF8A8 (or 0xAFF8A8) is unknown color: approx Madang. HEX triplet: AF, F8 and A8. RGB value is (175,248,168). Sum of RGB (Red+Green+Blue) = 175+248+168=591 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.61% from 591); Green value is 248 (97.27% from 255 or 41.96% from 591); Blue value is 168 (66.02% from 255 or 28.43% from 591); Max value from RGB is 248 - color contains mainly: green. Hex color #AFF8A8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF8A8 is #500757. Grayscale: #D9D9D9. Windows color (decimal): -5244760 or 11073711. OLE color: 11073711.

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

Color convert

RGB175248168-
CMYK0.2900.320.03
HSL114.75º85.11%81.57%-
HSV(B)114.75º32.26%97.25%-
XYZ58.3179.0849.24-
YUV217.05100.3298-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.61%
GREEN value IS 248 (97.27% from 255) = 41.96%
BLUE value IS 168 (66.02% from 255) = 28.43%
R=29.61%
G=41.96%
B=28.43%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1752481680.2900.320.03114.7585.1181.57
HexAFF8A81D0203735552
Octal257370250350403163125122
Binary10101111111110001010100011101010000011111001110101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF8A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF8A8; }

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

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

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

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

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

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

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

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