#AFE9A4

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

Shades of Madang #AFE9A4

Tints of Madang #AFE9A4

Color information

#AFE9A4 (or 0xAFE9A4) is unknown color: approx Madang. HEX triplet: AF, E9 and A4. RGB value is (175,233,164). Sum of RGB (Red+Green+Blue) = 175+233+164=572 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.59% from 572); Green value is 233 (91.41% from 255 or 40.73% from 572); Blue value is 164 (64.45% from 255 or 28.67% from 572); Max value from RGB is 233 - color contains mainly: green. Hex color #AFE9A4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFE9A4 is #50165B. Grayscale: #D0D0D0. Windows color (decimal): -5248604 or 10807727. OLE color: 10807727.

HSL color Cylindrical-coordinate representation of color #AFE9A4: hue angle of 110.43º degrees, saturation: 0.61, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFE9A4 is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.09.

Color convert

RGB175233164-
CMYK0.2500.300.09
HSL110.43º61.06%77.84%-
HSV(B)110.43º29.61%91.37%-
XYZ53.5270.0745.83-
YUV207.79103.28104.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.59%
GREEN value IS 233 (91.41% from 255) = 40.73%
BLUE value IS 164 (64.45% from 255) = 28.67%
R=30.59%
G=40.73%
B=28.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1752331640.2500.300.09110.4361.0677.84
HexAFE9A41901E96e3d4e
Octal257351244310361115675116
Binary10101111111010011010010011001011110100111011101111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE9A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE9A4; }

 p { color: rgb(175,233,164); }

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

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

 a { background-color: rgb(175,233,164); }

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

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

 span { border-color: rgb(175,233,164); }

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