#AFFAA6

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

Shades of Madang #AFFAA6

Tints of Madang #AFFAA6

Color information

#AFFAA6 (or 0xAFFAA6) is unknown color: approx Madang. HEX triplet: AF, FA and A6. RGB value is (175,250,166). Sum of RGB (Red+Green+Blue) = 175+250+166=591 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.61% from 591); Green value is 250 (98.05% from 255 or 42.30% from 591); Blue value is 166 (65.23% from 255 or 28.09% from 591); Max value from RGB is 250 - color contains mainly: green. Hex color #AFFAA6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFAA6 is #500559. Grayscale: #DADADA. Windows color (decimal): -5244250 or 10943151. OLE color: 10943151.

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

Color convert

RGB175250166-
CMYK0.300.340.02
HSL113.57º89.36%81.57%-
HSV(B)113.57º33.6%98.04%-
XYZ58.7580.2448.47-
YUV21898.6597.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.61%
GREEN value IS 250 (98.05% from 255) = 42.30%
BLUE value IS 166 (65.23% from 255) = 28.09%
R=29.61%
G=42.30%
B=28.09%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752501660.300.340.02113.5789.3681.57
HexAFFAA61E0222725952
Octal257372246360422162131122
Binary10101111111110101010011011110010001010111001010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFAA6; }

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

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

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

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

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

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

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

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