#AFCEA9

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

Shades of Zanah #AFCEA9

Tints of Zanah #AFCEA9

Color information

#AFCEA9 (or 0xAFCEA9) is unknown color: approx Zanah. HEX triplet: AF, CE and A9. RGB value is (175,206,169). Sum of RGB (Red+Green+Blue) = 175+206+169=550 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.82% from 550); Green value is 206 (80.86% from 255 or 37.45% from 550); Blue value is 169 (66.41% from 255 or 30.73% from 550); Max value from RGB is 206 - color contains mainly: green. Hex color #AFCEA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCEA9 is #503156. Grayscale: #C0C0C0. Windows color (decimal): -5255511 or 11128495. OLE color: 11128495.

HSL color Cylindrical-coordinate representation of color #AFCEA9: hue angle of 110.27º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AFCEA9 is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB175206169-
CMYK0.1500.180.19
HSL110.27º27.41%73.53%-
HSV(B)110.27º17.96%80.78%-
XYZ46.9156.1245.9-
YUV192.51114.73115.51-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.82%
GREEN value IS 206 (80.86% from 255) = 37.45%
BLUE value IS 169 (66.41% from 255) = 30.73%
R=31.82%
G=37.45%
B=30.73%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1752061690.1500.180.19110.2727.4173.53
HexAFCEA9F012136e1b4a
Octal257316251170222315633112
Binary1010111111001110101010011111010010100111101110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCEA9; }

 p { color: rgb(175,206,169); }

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

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

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

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

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

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

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