#AFECA5

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

Shades of Madang #AFECA5

Tints of Madang #AFECA5

Color information

#AFECA5 (or 0xAFECA5) is unknown color: approx Madang. HEX triplet: AF, EC and A5. RGB value is (175,236,165). Sum of RGB (Red+Green+Blue) = 175+236+165=576 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.38% from 576); Green value is 236 (92.58% from 255 or 40.97% from 576); Blue value is 165 (64.84% from 255 or 28.65% from 576); Max value from RGB is 236 - color contains mainly: green. Hex color #AFECA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFECA5 is #50135A. Grayscale: #D1D1D1. Windows color (decimal): -5247835 or 10874031. OLE color: 10874031.

HSL color Cylindrical-coordinate representation of color #AFECA5: hue angle of 111.55º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFECA5 is Cyan = 0.26, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB175236165-
CMYK0.2600.300.07
HSL111.55º65.14%78.63%-
HSV(B)111.55º30.08%92.55%-
XYZ54.4771.8246.59-
YUV209.67102.79103.27-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.38%
GREEN value IS 236 (92.58% from 255) = 40.97%
BLUE value IS 165 (64.84% from 255) = 28.65%
R=30.38%
G=40.97%
B=28.65%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1752361650.2600.300.07111.5565.1478.63
HexAFECA51A01E770414f
Octal257354245320367160101117
Binary10101111111011001010010111010011110111111000010000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFECA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFECA5; }

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

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

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

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

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

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

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

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