#AFEAA1

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

Shades of Madang #AFEAA1

Tints of Madang #AFEAA1

Color information

#AFEAA1 (or 0xAFEAA1) is unknown color: approx Madang. HEX triplet: AF, EA and A1. RGB value is (175,234,161). Sum of RGB (Red+Green+Blue) = 175+234+161=570 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.70% from 570); Green value is 234 (91.80% from 255 or 41.05% from 570); Blue value is 161 (63.28% from 255 or 28.25% from 570); Max value from RGB is 234 - color contains mainly: green. Hex color #AFEAA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEAA1 is #50155E. Grayscale: #D0D0D0. Windows color (decimal): -5248351 or 10611375. OLE color: 10611375.

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

Color convert

RGB175234161-
CMYK0.2500.310.08
HSL108.49º63.48%77.45%-
HSV(B)108.49º31.2%91.76%-
XYZ53.5470.5344.51-
YUV208.04101.45104.44-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.70%
GREEN value IS 234 (91.80% from 255) = 41.05%
BLUE value IS 161 (63.28% from 255) = 28.25%
R=30.70%
G=41.05%
B=28.25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1752341610.2500.310.08108.4963.4877.45
HexAFEAA11901F86c3f4d
Octal257352241310371015477115
Binary10101111111010101010000111001011111100011011001111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEAA1; }

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

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

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

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

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

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

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

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