#AFED99

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

Shades of Madang #AFED99

Tints of Madang #AFED99

Color information

#AFED99 (or 0xAFED99) is unknown color: approx Madang. HEX triplet: AF, ED and 99. RGB value is (175,237,153). Sum of RGB (Red+Green+Blue) = 175+237+153=565 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.97% from 565); Green value is 237 (92.97% from 255 or 41.95% from 565); Blue value is 153 (60.16% from 255 or 27.08% from 565); Max value from RGB is 237 - color contains mainly: green. Hex color #AFED99 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFED99 is #501266. Grayscale: #D1D1D1. Windows color (decimal): -5247591 or 10087855. OLE color: 10087855.

HSL color Cylindrical-coordinate representation of color #AFED99: hue angle of 104.29º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AFED99 is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB175237153-
CMYK0.2600.350.07
HSL104.29º70%76.47%-
HSV(B)104.29º35.44%92.94%-
XYZ53.7171.9841.2-
YUV208.8996.46103.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.97%
GREEN value IS 237 (92.97% from 255) = 41.95%
BLUE value IS 153 (60.16% from 255) = 27.08%
R=30.97%
G=41.95%
B=27.08%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1752371530.2600.350.07104.297076.47
HexAFED991A023768464c
Octal257355231320437150106114
Binary101011111110110110011001110100100011111110100010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFED99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFED99; }

 p { color: rgb(175,237,153); }

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

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

 a { background-color: rgb(175,237,153); }

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

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

 span { border-color: rgb(175,237,153); }

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