#AFF9A5

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

Shades of Madang #AFF9A5

Tints of Madang #AFF9A5

Color information

#AFF9A5 (or 0xAFF9A5) is unknown color: approx Madang. HEX triplet: AF, F9 and A5. RGB value is (175,249,165). Sum of RGB (Red+Green+Blue) = 175+249+165=589 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.71% from 589); Green value is 249 (97.66% from 255 or 42.28% from 589); Blue value is 165 (64.84% from 255 or 28.01% from 589); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF9A5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF9A5 is #50065A. Grayscale: #D9D9D9. Windows color (decimal): -5244507 or 10877359. OLE color: 10877359.

HSL color Cylindrical-coordinate representation of color #AFF9A5: hue angle of 112.86º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AFF9A5 is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB175249165-
CMYK0.3000.340.02
HSL112.86º87.5%81.18%-
HSV(B)112.86º33.73%97.65%-
XYZ58.3579.5847.88-
YUV217.398.4897.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.71%
GREEN value IS 249 (97.66% from 255) = 42.28%
BLUE value IS 165 (64.84% from 255) = 28.01%
R=29.71%
G=42.28%
B=28.01%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752491650.3000.340.02112.8687.581.18
HexAFF9A51E0222715851
Octal257371245360422161130121
Binary10101111111110011010010111110010001010111000110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF9A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF9A5; }

 p { color: rgb(175,249,165); }

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

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

 a { background-color: rgb(175,249,165); }

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

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

 span { border-color: rgb(175,249,165); }

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