#AFEBA6

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

Shades of Madang #AFEBA6

Tints of Madang #AFEBA6

Color information

#AFEBA6 (or 0xAFEBA6) is unknown color: approx Madang. HEX triplet: AF, EB and A6. RGB value is (175,235,166). Sum of RGB (Red+Green+Blue) = 175+235+166=576 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.38% from 576); Green value is 235 (92.19% from 255 or 40.80% from 576); Blue value is 166 (65.23% from 255 or 28.82% from 576); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEBA6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEBA6 is #501459. Grayscale: #D1D1D1. Windows color (decimal): -5248090 or 10939311. OLE color: 10939311.

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

Color convert

RGB175235166-
CMYK0.2600.290.08
HSL112.17º63.3%78.63%-
HSV(B)112.17º29.36%92.16%-
XYZ54.2771.2846.98-
YUV209.19103.62103.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.38%
GREEN value IS 235 (92.19% from 255) = 40.80%
BLUE value IS 166 (65.23% from 255) = 28.82%
R=30.38%
G=40.80%
B=28.82%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1752351660.2600.290.08112.1763.378.63
HexAFEBA61A01D8703f4f
Octal257353246320351016077117
Binary10101111111010111010011011010011101100011100001111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEBA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEBA6; }

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

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

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

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

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

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

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

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