#AFEC9B

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

Shades of Madang #AFEC9B

Tints of Madang #AFEC9B

Color information

#AFEC9B (or 0xAFEC9B) is unknown color: approx Madang. HEX triplet: AF, EC and 9B. RGB value is (175,236,155). Sum of RGB (Red+Green+Blue) = 175+236+155=566 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.92% from 566); Green value is 236 (92.58% from 255 or 41.70% from 566); Blue value is 155 (60.94% from 255 or 27.39% from 566); Max value from RGB is 236 - color contains mainly: green. Hex color #AFEC9B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEC9B is #501364. Grayscale: #D0D0D0. Windows color (decimal): -5247845 or 10218671. OLE color: 10218671.

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

Color convert

RGB175236155-
CMYK0.2600.340.07
HSL105.19º68.07%76.67%-
HSV(B)105.19º34.32%92.55%-
XYZ53.5971.4741.98-
YUV208.5397.79104.09-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.92%
GREEN value IS 236 (92.58% from 255) = 41.70%
BLUE value IS 155 (60.94% from 255) = 27.39%
R=30.92%
G=41.70%
B=27.39%

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
Decimal1752361550.2600.340.07105.1968.0776.67
HexAFEC9B1A022769444d
Octal257354233320427151104115
Binary101011111110110010011011110100100010111110100110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEC9B; }

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

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

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

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

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

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

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

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