#AFD2AF

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

Shades of Zanah #AFD2AF

Tints of Zanah #AFD2AF

Color information

#AFD2AF (or 0xAFD2AF) is unknown color: approx Zanah. HEX triplet: AF, D2 and AF. RGB value is (175,210,175). Sum of RGB (Red+Green+Blue) = 175+210+175=560 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.25% from 560); Green value is 210 (82.42% from 255 or 37.5% from 560); Blue value is 175 (68.75% from 255 or 31.25% from 560); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD2AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD2AF is #502D50. Grayscale: #C3C3C3. Windows color (decimal): -5254481 or 11522735. OLE color: 11522735.

HSL color Cylindrical-coordinate representation of color #AFD2AF: hue angle of 120º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AFD2AF is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB175210175-
CMYK0.1700.170.18
HSL120º28%75.49%-
HSV(B)120º16.67%82.35%-
XYZ48.4658.349.26-
YUV195.54116.4113.35-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.25%
GREEN value IS 210 (82.42% from 255) = 37.5%
BLUE value IS 175 (68.75% from 255) = 31.25%
R=31.25%
G=37.5%
B=31.25%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1752101750.1700.170.181202875.49
HexAFD2AF1101112781c4b
Octal257322257210212217034113
Binary10101111110100101010111110001010001100101111000111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD2AF; }

 p { color: rgb(175,210,175); }

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

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

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

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

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

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

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