#AFD69E

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

Shades of Madang #AFD69E

Tints of Madang #AFD69E

Color information

#AFD69E (or 0xAFD69E) is unknown color: approx Madang. HEX triplet: AF, D6 and 9E. RGB value is (175,214,158). Sum of RGB (Red+Green+Blue) = 175+214+158=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 214 (83.98% from 255 or 39.12% from 547); Blue value is 158 (62.11% from 255 or 28.88% from 547); Max value from RGB is 214 - color contains mainly: green. Hex color #AFD69E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD69E is #502961. Grayscale: #C4C4C4. Windows color (decimal): -5253474 or 10409647. OLE color: 10409647.

HSL color Cylindrical-coordinate representation of color #AFD69E: hue angle of 101.79º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFD69E is Cyan = 0.18, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB175214158-
CMYK0.1800.260.16
HSL101.79º40.58%72.94%-
HSV(B)101.79º26.17%83.92%-
XYZ47.959.6841.34-
YUV195.96106.58113.05-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.99%
GREEN value IS 214 (83.98% from 255) = 39.12%
BLUE value IS 158 (62.11% from 255) = 28.88%
R=31.99%
G=39.12%
B=28.88%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1752141580.1800.260.16101.7940.5872.94
HexAFD69E1201A10662949
Octal257326236220322014651111
Binary101011111101011010011110100100110101000011001101010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD69E; }

 p { color: rgb(175,214,158); }

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

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

 a { background-color: rgb(175,214,158); }

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

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

 span { border-color: rgb(175,214,158); }

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