#AFE0A0

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

Shades of Madang #AFE0A0

Tints of Madang #AFE0A0

Color information

#AFE0A0 (or 0xAFE0A0) is unknown color: approx Madang. HEX triplet: AF, E0 and A0. RGB value is (175,224,160). Sum of RGB (Red+Green+Blue) = 175+224+160=559 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.31% from 559); Green value is 224 (87.89% from 255 or 40.07% from 559); Blue value is 160 (62.89% from 255 or 28.62% from 559); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE0A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE0A0 is #501F5F. Grayscale: #CACACA. Windows color (decimal): -5250912 or 10543279. OLE color: 10543279.

HSL color Cylindrical-coordinate representation of color #AFE0A0: hue angle of 105.94º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFE0A0 is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB175224160-
CMYK0.2200.290.12
HSL105.94º50.79%75.29%-
HSV(B)105.94º28.57%87.84%-
XYZ50.6864.9643.13-
YUV202.05104.27108.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.31%
GREEN value IS 224 (87.89% from 255) = 40.07%
BLUE value IS 160 (62.89% from 255) = 28.62%
R=31.31%
G=40.07%
B=28.62%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1752241600.2200.290.12105.9450.7975.29
HexAFE0A01601DC6a334b
Octal257340240260351415263113
Binary10101111111000001010000010110011101110011010101100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE0A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE0A0; }

 p { color: rgb(175,224,160); }

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

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

 a { background-color: rgb(175,224,160); }

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

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

 span { border-color: rgb(175,224,160); }

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