#AFECA7

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

Shades of Madang #AFECA7

Tints of Madang #AFECA7

Color information

#AFECA7 (or 0xAFECA7) is unknown color: approx Madang. HEX triplet: AF, EC and A7. RGB value is (175,236,167). Sum of RGB (Red+Green+Blue) = 175+236+167=578 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.28% from 578); Green value is 236 (92.58% from 255 or 40.83% from 578); Blue value is 167 (65.62% from 255 or 28.89% from 578); Max value from RGB is 236 - color contains mainly: green. Hex color #AFECA7 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFECA7 is #501358. Grayscale: #D2D2D2. Windows color (decimal): -5247833 or 11005103. OLE color: 11005103.

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

Color convert

RGB175236167-
CMYK0.2600.290.07
HSL113.04º64.49%79.02%-
HSV(B)113.04º29.24%92.55%-
XYZ54.6571.8947.56-
YUV209.9103.79103.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.28%
GREEN value IS 236 (92.58% from 255) = 40.83%
BLUE value IS 167 (65.62% from 255) = 28.89%
R=30.28%
G=40.83%
B=28.89%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1752361670.2600.290.07113.0464.4979.02
HexAFECA71A01D771404f
Octal257354247320357161100117
Binary10101111111011001010011111010011101111111000110000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFECA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFECA7; }

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

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

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

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

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

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

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

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