#AFFAA3

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

Shades of Madang #AFFAA3

Tints of Madang #AFFAA3

Color information

#AFFAA3 (or 0xAFFAA3) is unknown color: approx Madang. HEX triplet: AF, FA and A3. RGB value is (175,250,163). Sum of RGB (Red+Green+Blue) = 175+250+163=588 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.76% from 588); Green value is 250 (98.05% from 255 or 42.52% from 588); Blue value is 163 (64.06% from 255 or 27.72% from 588); Max value from RGB is 250 - color contains mainly: green. Hex color #AFFAA3 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFAA3 is #50055C. Grayscale: #D9D9D9. Windows color (decimal): -5244253 or 10746543. OLE color: 10746543.

HSL color Cylindrical-coordinate representation of color #AFFAA3: hue angle of 111.72º 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 #AFFAA3 is Cyan = 0.3, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB175250163-
CMYK0.300.350.02
HSL111.72º89.69%80.98%-
HSV(B)111.72º34.8%98.04%-
XYZ58.4880.1347.03-
YUV217.6697.1597.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.76%
GREEN value IS 250 (98.05% from 255) = 42.52%
BLUE value IS 163 (64.06% from 255) = 27.72%
R=29.76%
G=42.52%
B=27.72%

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
Decimal1752501630.300.350.02111.7289.6980.98
HexAFFAA31E0232705a51
Octal257372243360432160132121
Binary10101111111110101010001111110010001110111000010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFAA3; }

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

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

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

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

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

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

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

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