#AFFAA1

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

Shades of Madang #AFFAA1

Tints of Madang #AFFAA1

Color information

#AFFAA1 (or 0xAFFAA1) is unknown color: approx Madang. HEX triplet: AF, FA and A1. RGB value is (175,250,161). Sum of RGB (Red+Green+Blue) = 175+250+161=586 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.86% from 586); Green value is 250 (98.05% from 255 or 42.66% from 586); Blue value is 161 (63.28% from 255 or 27.47% from 586); Max value from RGB is 250 - color contains mainly: green. Hex color #AFFAA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFAA1 is #50055E. Grayscale: #D9D9D9. Windows color (decimal): -5244255 or 10615471. OLE color: 10615471.

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

Color convert

RGB175250161-
CMYK0.300.360.02
HSL110.56º89.9%80.59%-
HSV(B)110.56º35.6%98.04%-
XYZ58.380.0646.1-
YUV217.4396.1597.74-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.86%
GREEN value IS 250 (98.05% from 255) = 42.66%
BLUE value IS 161 (63.28% from 255) = 27.47%
R=29.86%
G=42.66%
B=27.47%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752501610.300.360.02110.5689.980.59
HexAFFAA11E02426f5a51
Octal257372241360442157132121
Binary10101111111110101010000111110010010010110111110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFAA1; }

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

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

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

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

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

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

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

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