#AFD69B

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

Shades of Madang #AFD69B

Tints of Madang #AFD69B

Color information

#AFD69B (or 0xAFD69B) is unknown color: approx Madang. HEX triplet: AF, D6 and 9B. RGB value is (175,214,155). Sum of RGB (Red+Green+Blue) = 175+214+155=544 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.17% from 544); Green value is 214 (83.98% from 255 or 39.34% from 544); Blue value is 155 (60.94% from 255 or 28.49% from 544); Max value from RGB is 214 - color contains mainly: green. Hex color #AFD69B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD69B is #502964. Grayscale: #C3C3C3. Windows color (decimal): -5253477 or 10213039. OLE color: 10213039.

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

Color convert

RGB175214155-
CMYK0.1800.280.16
HSL99.66º41.84%72.35%-
HSV(B)99.66º27.57%83.92%-
XYZ47.6459.5740-
YUV195.61105.08113.3-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.17%
GREEN value IS 214 (83.98% from 255) = 39.34%
BLUE value IS 155 (60.94% from 255) = 28.49%
R=32.17%
G=39.34%
B=28.49%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1752141550.1800.280.1699.6641.8472.35
HexAFD69B1201C10642a48
Octal257326233220342014452110
Binary101011111101011010011011100100111001000011001001010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD69B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD69B; }

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

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

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

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

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

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

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

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