#AFFAA2

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

Shades of Madang #AFFAA2

Tints of Madang #AFFAA2

Color information

#AFFAA2 (or 0xAFFAA2) is unknown color: approx Madang. HEX triplet: AF, FA and A2. RGB value is (175,250,162). Sum of RGB (Red+Green+Blue) = 175+250+162=587 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.81% from 587); Green value is 250 (98.05% from 255 or 42.59% from 587); Blue value is 162 (63.67% from 255 or 27.60% from 587); Max value from RGB is 250 - color contains mainly: green. Hex color #AFFAA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFAA2 is #50055D. Grayscale: #D9D9D9. Windows color (decimal): -5244254 or 10681007. OLE color: 10681007.

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

Color convert

RGB175250162-
CMYK0.300.350.02
HSL111.14º89.8%80.78%-
HSV(B)111.14º35.2%98.04%-
XYZ58.3980.0946.56-
YUV217.5496.6597.66-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.81%
GREEN value IS 250 (98.05% from 255) = 42.59%
BLUE value IS 162 (63.67% from 255) = 27.60%
R=29.81%
G=42.59%
B=27.60%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752501620.300.350.02111.1489.880.78
HexAFFAA21E02326f5a51
Octal257372242360432157132121
Binary10101111111110101010001011110010001110110111110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFAA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFAA2; }

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

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

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

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

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

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

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

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