#AFECA2

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

Shades of Madang #AFECA2

Tints of Madang #AFECA2

Color information

#AFECA2 (or 0xAFECA2) is unknown color: approx Madang. HEX triplet: AF, EC and A2. RGB value is (175,236,162). Sum of RGB (Red+Green+Blue) = 175+236+162=573 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.54% from 573); Green value is 236 (92.58% from 255 or 41.19% from 573); Blue value is 162 (63.67% from 255 or 28.27% from 573); Max value from RGB is 236 - color contains mainly: green. Hex color #AFECA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFECA2 is #50135D. Grayscale: #D1D1D1. Windows color (decimal): -5247838 or 10677423. OLE color: 10677423.

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

Color convert

RGB175236162-
CMYK0.2600.310.07
HSL109.46º66.07%78.04%-
HSV(B)109.46º31.36%92.55%-
XYZ54.271.7145.17-
YUV209.32101.29103.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.54%
GREEN value IS 236 (92.58% from 255) = 41.19%
BLUE value IS 162 (63.67% from 255) = 28.27%
R=30.54%
G=41.19%
B=28.27%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1752361620.2600.310.07109.4666.0778.04
HexAFECA21A01F76d424e
Octal257354242320377155102116
Binary10101111111011001010001011010011111111110110110000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFECA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFECA2; }

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

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

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

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

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

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

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

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