#AFEE9E

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

Shades of Madang #AFEE9E

Tints of Madang #AFEE9E

Color information

#AFEE9E (or 0xAFEE9E) is unknown color: approx Madang. HEX triplet: AF, EE and 9E. RGB value is (175,238,158). Sum of RGB (Red+Green+Blue) = 175+238+158=571 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.65% from 571); Green value is 238 (93.36% from 255 or 41.68% from 571); Blue value is 158 (62.11% from 255 or 27.67% from 571); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEE9E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEE9E is #501161. Grayscale: #D2D2D2. Windows color (decimal): -5247330 or 10415791. OLE color: 10415791.

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

Color convert

RGB175238158-
CMYK0.2600.340.07
HSL107.25º70.18%77.65%-
HSV(B)107.25º33.61%93.33%-
XYZ54.4372.7343.52-
YUV210.0498.63103-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.65%
GREEN value IS 238 (93.36% from 255) = 41.68%
BLUE value IS 158 (62.11% from 255) = 27.67%
R=30.65%
G=41.68%
B=27.67%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1752381580.2600.340.07107.2570.1877.65
HexAFEE9E1A02276b464e
Octal257356236320427153106116
Binary101011111110111010011110110100100010111110101110001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEE9E; }

 p { color: rgb(175,238,158); }

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

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

 a { background-color: rgb(175,238,158); }

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

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

 span { border-color: rgb(175,238,158); }

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