#AFEF99

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

Shades of Madang #AFEF99

Tints of Madang #AFEF99

Color information

#AFEF99 (or 0xAFEF99) is unknown color: approx Madang. HEX triplet: AF, EF and 99. RGB value is (175,239,153). Sum of RGB (Red+Green+Blue) = 175+239+153=567 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.86% from 567); Green value is 239 (93.75% from 255 or 42.15% from 567); Blue value is 153 (60.16% from 255 or 26.98% from 567); Max value from RGB is 239 - color contains mainly: green. Hex color #AFEF99 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEF99 is #501066. Grayscale: #D2D2D2. Windows color (decimal): -5247079 or 10088367. OLE color: 10088367.

HSL color Cylindrical-coordinate representation of color #AFEF99: hue angle of 104.65º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AFEF99 is Cyan = 0.27, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB175239153-
CMYK0.2700.360.06
HSL104.65º72.88%76.86%-
HSV(B)104.65º35.98%93.73%-
XYZ54.373.1541.39-
YUV210.0695.8102.99-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.86%
GREEN value IS 239 (93.75% from 255) = 42.15%
BLUE value IS 153 (60.16% from 255) = 26.98%
R=30.86%
G=42.15%
B=26.98%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1752391530.2700.360.06104.6572.8876.86
HexAFEF991B024669494d
Octal257357231330446151111115
Binary101011111110111110011001110110100100110110100110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEF99; }

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

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

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

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

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

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

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

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