#AFE9A0

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

Shades of Madang #AFE9A0

Tints of Madang #AFE9A0

Color information

#AFE9A0 (or 0xAFE9A0) is unknown color: approx Madang. HEX triplet: AF, E9 and A0. RGB value is (175,233,160). Sum of RGB (Red+Green+Blue) = 175+233+160=568 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.81% from 568); Green value is 233 (91.41% from 255 or 41.02% from 568); Blue value is 160 (62.89% from 255 or 28.17% from 568); Max value from RGB is 233 - color contains mainly: green. Hex color #AFE9A0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFE9A0 is #50165F. Grayscale: #CFCFCF. Windows color (decimal): -5248608 or 10545583. OLE color: 10545583.

HSL color Cylindrical-coordinate representation of color #AFE9A0: hue angle of 107.67º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFE9A0 is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.09.

Color convert

RGB175233160-
CMYK0.2500.310.09
HSL107.67º62.39%77.06%-
HSV(B)107.67º31.33%91.37%-
XYZ53.1669.9343.95-
YUV207.34101.28104.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.81%
GREEN value IS 233 (91.41% from 255) = 41.02%
BLUE value IS 160 (62.89% from 255) = 28.17%
R=30.81%
G=41.02%
B=28.17%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1752331600.2500.310.09107.6762.3977.06
HexAFE9A01901F96c3e4d
Octal257351240310371115476115
Binary10101111111010011010000011001011111100111011001111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE9A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE9A0; }

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

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

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

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

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

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

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

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