#AFEBA1

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

Shades of Madang #AFEBA1

Tints of Madang #AFEBA1

Color information

#AFEBA1 (or 0xAFEBA1) is unknown color: approx Madang. HEX triplet: AF, EB and A1. RGB value is (175,235,161). Sum of RGB (Red+Green+Blue) = 175+235+161=571 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.65% from 571); Green value is 235 (92.19% from 255 or 41.16% from 571); Blue value is 161 (63.28% from 255 or 28.20% from 571); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEBA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEBA1 is #50145E. Grayscale: #D0D0D0. Windows color (decimal): -5248095 or 10611631. OLE color: 10611631.

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

Color convert

RGB175235161-
CMYK0.2600.310.08
HSL108.65º64.91%77.65%-
HSV(B)108.65º31.49%92.16%-
XYZ53.8271.144.61-
YUV208.62101.12104.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.65%
GREEN value IS 235 (92.19% from 255) = 41.16%
BLUE value IS 161 (63.28% from 255) = 28.20%
R=30.65%
G=41.16%
B=28.20%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1752351610.2600.310.08108.6564.9177.65
HexAFEBA11A01F86d414e
Octal2573532413203710155101116
Binary101011111110101110100001110100111111000110110110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEBA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEBA1; }

 p { color: rgb(175,235,161); }

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

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

 a { background-color: rgb(175,235,161); }

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

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

 span { border-color: rgb(175,235,161); }

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