#AFFAA5

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

Shades of Madang #AFFAA5

Tints of Madang #AFFAA5

Color information

#AFFAA5 (or 0xAFFAA5) is unknown color: approx Madang. HEX triplet: AF, FA and A5. RGB value is (175,250,165). Sum of RGB (Red+Green+Blue) = 175+250+165=590 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.66% from 590); Green value is 250 (98.05% from 255 or 42.37% from 590); Blue value is 165 (64.84% from 255 or 27.97% from 590); Max value from RGB is 250 - color contains mainly: green. Hex color #AFFAA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFAA5 is #50055A. Grayscale: #DADADA. Windows color (decimal): -5244251 or 10877615. OLE color: 10877615.

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

Color convert

RGB175250165-
CMYK0.300.340.02
HSL112.94º89.47%81.37%-
HSV(B)112.94º34%98.04%-
XYZ58.6680.247.99-
YUV217.8898.1597.41-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.66%
GREEN value IS 250 (98.05% from 255) = 42.37%
BLUE value IS 165 (64.84% from 255) = 27.97%
R=29.66%
G=42.37%
B=27.97%

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
Decimal1752501650.300.340.02112.9489.4781.37
HexAFFAA51E0222715951
Octal257372245360422161131121
Binary10101111111110101010010111110010001010111000110110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFAA5; }

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

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

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

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

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

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

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

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