#AFCEA8

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

Shades of Zanah #AFCEA8

Tints of Zanah #AFCEA8

Color information

#AFCEA8 (or 0xAFCEA8) is unknown color: approx Zanah. HEX triplet: AF, CE and A8. RGB value is (175,206,168). Sum of RGB (Red+Green+Blue) = 175+206+168=549 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.88% from 549); Green value is 206 (80.86% from 255 or 37.52% from 549); Blue value is 168 (66.02% from 255 or 30.60% from 549); Max value from RGB is 206 - color contains mainly: green. Hex color #AFCEA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCEA8 is #503157. Grayscale: #C0C0C0. Windows color (decimal): -5255512 or 11062959. OLE color: 11062959.

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

Color convert

RGB175206168-
CMYK0.1500.180.19
HSL108.95º27.94%73.33%-
HSV(B)108.95º18.45%80.78%-
XYZ46.8256.0845.4-
YUV192.4114.23115.59-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.88%
GREEN value IS 206 (80.86% from 255) = 37.52%
BLUE value IS 168 (66.02% from 255) = 30.60%
R=31.88%
G=37.52%
B=30.60%

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
Decimal1752061680.1500.180.19108.9527.9473.33
HexAFCEA8F012136d1c49
Octal257316250170222315534111
Binary1010111111001110101010001111010010100111101101111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCEA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCEA8; }

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

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

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

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

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

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

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

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