#AFEAA4

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

Shades of Madang #AFEAA4

Tints of Madang #AFEAA4

Color information

#AFEAA4 (or 0xAFEAA4) is unknown color: approx Madang. HEX triplet: AF, EA and A4. RGB value is (175,234,164). Sum of RGB (Red+Green+Blue) = 175+234+164=573 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.54% from 573); Green value is 234 (91.80% from 255 or 40.84% from 573); Blue value is 164 (64.45% from 255 or 28.62% from 573); Max value from RGB is 234 - color contains mainly: green. Hex color #AFEAA4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEAA4 is #50155B. Grayscale: #D0D0D0. Windows color (decimal): -5248348 or 10807983. OLE color: 10807983.

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

Color convert

RGB175234164-
CMYK0.2500.300.08
HSL110.57º62.5%78.04%-
HSV(B)110.57º29.91%91.76%-
XYZ53.870.6445.92-
YUV208.38102.95104.19-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.54%
GREEN value IS 234 (91.80% from 255) = 40.84%
BLUE value IS 164 (64.45% from 255) = 28.62%
R=30.54%
G=40.84%
B=28.62%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1752341640.2500.300.08110.5762.578.04
HexAFEAA41901E86f3e4e
Octal257352244310361015776116
Binary10101111111010101010010011001011110100011011111111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEAA4; }

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

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

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

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

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

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

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

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