#AFEDA6

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

Shades of Madang #AFEDA6

Tints of Madang #AFEDA6

Color information

#AFEDA6 (or 0xAFEDA6) is unknown color: approx Madang. HEX triplet: AF, ED and A6. RGB value is (175,237,166). Sum of RGB (Red+Green+Blue) = 175+237+166=578 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.28% from 578); Green value is 237 (92.97% from 255 or 41.00% from 578); Blue value is 166 (65.23% from 255 or 28.72% from 578); Max value from RGB is 237 - color contains mainly: green. Hex color #AFEDA6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEDA6 is #501259. Grayscale: #D2D2D2. Windows color (decimal): -5247578 or 10939823. OLE color: 10939823.

HSL color Cylindrical-coordinate representation of color #AFEDA6: hue angle of 112.39º degrees, saturation: 0.66, 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 #AFEDA6 is Cyan = 0.26, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB175237166-
CMYK0.2600.300.07
HSL112.39º66.36%79.02%-
HSV(B)112.39º29.96%92.94%-
XYZ54.8572.4447.17-
YUV210.37102.96102.77-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.28%
GREEN value IS 237 (92.97% from 255) = 41.00%
BLUE value IS 166 (65.23% from 255) = 28.72%
R=30.28%
G=41.00%
B=28.72%

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
Decimal1752371660.2600.300.07112.3966.3679.02
HexAFEDA61A01E770424f
Octal257355246320367160102117
Binary10101111111011011010011011010011110111111000010000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEDA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEDA6; }

 p { color: rgb(175,237,166); }

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

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

 a { background-color: rgb(175,237,166); }

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

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

 span { border-color: rgb(175,237,166); }

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