#AFFA9A

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

Shades of Madang #AFFA9A

Tints of Madang #AFFA9A

Color information

#AFFA9A (or 0xAFFA9A) is unknown color: approx Madang. HEX triplet: AF, FA and 9A. RGB value is (175,250,154). Sum of RGB (Red+Green+Blue) = 175+250+154=579 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.22% from 579); Green value is 250 (98.05% from 255 or 43.18% from 579); Blue value is 154 (60.55% from 255 or 26.60% from 579); Max value from RGB is 250 - color contains mainly: green. Hex color #AFFA9A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFA9A is #500565. Grayscale: #D8D8D8. Windows color (decimal): -5244262 or 10156719. OLE color: 10156719.

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

Color convert

RGB175250154-
CMYK0.300.380.02
HSL106.88º90.57%79.22%-
HSV(B)106.88º38.4%98.04%-
XYZ57.779.8242.94-
YUV216.6392.6598.31-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.22%
GREEN value IS 250 (98.05% from 255) = 43.18%
BLUE value IS 154 (60.55% from 255) = 26.60%
R=30.22%
G=43.18%
B=26.60%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752501540.300.380.02106.8890.5779.22
HexAFFA9A1E02626b5b4f
Octal257372232360462153133117
Binary10101111111110101001101011110010011010110101110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFA9A; }

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

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

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

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

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

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

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

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