#AFED9B

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

Shades of Madang #AFED9B

Tints of Madang #AFED9B

Color information

#AFED9B (or 0xAFED9B) is unknown color: approx Madang. HEX triplet: AF, ED and 9B. RGB value is (175,237,155). Sum of RGB (Red+Green+Blue) = 175+237+155=567 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.86% from 567); Green value is 237 (92.97% from 255 or 41.80% from 567); Blue value is 155 (60.94% from 255 or 27.34% from 567); Max value from RGB is 237 - color contains mainly: green. Hex color #AFED9B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFED9B is #501264. Grayscale: #D1D1D1. Windows color (decimal): -5247589 or 10218927. OLE color: 10218927.

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

Color convert

RGB175237155-
CMYK0.2600.350.07
HSL105.37º69.49%76.86%-
HSV(B)105.37º34.6%92.94%-
XYZ53.8872.0542.08-
YUV209.1197.46103.67-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.86%
GREEN value IS 237 (92.97% from 255) = 41.80%
BLUE value IS 155 (60.94% from 255) = 27.34%
R=30.86%
G=41.80%
B=27.34%

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
Decimal1752371550.2600.350.07105.3769.4976.86
HexAFED9B1A023769454d
Octal257355233320437151105115
Binary101011111110110110011011110100100011111110100110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFED9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFED9B; }

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

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

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

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

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

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

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

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