#AFFAA0

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

Shades of Madang #AFFAA0

Tints of Madang #AFFAA0

Color information

#AFFAA0 (or 0xAFFAA0) is unknown color: approx Madang. HEX triplet: AF, FA and A0. RGB value is (175,250,160). Sum of RGB (Red+Green+Blue) = 175+250+160=585 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.91% from 585); Green value is 250 (98.05% from 255 or 42.74% from 585); Blue value is 160 (62.89% from 255 or 27.35% from 585); Max value from RGB is 250 - color contains mainly: green. Hex color #AFFAA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFAA0 is #50055F. Grayscale: #D9D9D9. Windows color (decimal): -5244256 or 10549935. OLE color: 10549935.

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

Color convert

RGB175250160-
CMYK0.300.360.02
HSL110º90%80.39%-
HSV(B)110º36%98.04%-
XYZ58.2180.0245.64-
YUV217.3295.6597.82-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.91%
GREEN value IS 250 (98.05% from 255) = 42.74%
BLUE value IS 160 (62.89% from 255) = 27.35%
R=29.91%
G=42.74%
B=27.35%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752501600.300.360.021109080.39
HexAFFAA01E02426e5a50
Octal257372240360442156132120
Binary10101111111110101010000011110010010010110111010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFAA0; }

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

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

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

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

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

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

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

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