#AFF9A3

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

Shades of Madang #AFF9A3

Tints of Madang #AFF9A3

Color information

#AFF9A3 (or 0xAFF9A3) is unknown color: approx Madang. HEX triplet: AF, F9 and A3. RGB value is (175,249,163). Sum of RGB (Red+Green+Blue) = 175+249+163=587 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.81% from 587); Green value is 249 (97.66% from 255 or 42.42% from 587); Blue value is 163 (64.06% from 255 or 27.77% from 587); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF9A3 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF9A3 is #50065C. Grayscale: #D9D9D9. Windows color (decimal): -5244509 or 10746287. OLE color: 10746287.

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

Color convert

RGB175249163-
CMYK0.3000.350.02
HSL111.63º87.76%80.78%-
HSV(B)111.63º34.54%97.65%-
XYZ58.1779.5146.93-
YUV217.0797.4897.99-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.81%
GREEN value IS 249 (97.66% from 255) = 42.42%
BLUE value IS 163 (64.06% from 255) = 27.77%
R=29.81%
G=42.42%
B=27.77%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752491630.3000.350.02111.6387.7680.78
HexAFF9A31E0232705851
Octal257371243360432160130121
Binary10101111111110011010001111110010001110111000010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF9A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF9A3; }

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

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

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

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

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

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

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

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