#AFCEAF

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

Shades of Zanah #AFCEAF

Tints of Zanah #AFCEAF

Color information

#AFCEAF (or 0xAFCEAF) is unknown color: approx Zanah. HEX triplet: AF, CE and AF. RGB value is (175,206,175). Sum of RGB (Red+Green+Blue) = 175+206+175=556 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.47% from 556); Green value is 206 (80.86% from 255 or 37.05% from 556); Blue value is 175 (68.75% from 255 or 31.47% from 556); Max value from RGB is 206 - color contains mainly: green. Hex color #AFCEAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCEAF is #503150. Grayscale: #C1C1C1. Windows color (decimal): -5255505 or 11521711. OLE color: 11521711.

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

Color convert

RGB175206175-
CMYK0.1500.150.19
HSL120º24.03%74.71%-
HSV(B)120º15.05%80.78%-
XYZ47.4956.3548.93-
YUV193.2117.73115.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.47%
GREEN value IS 206 (80.86% from 255) = 37.05%
BLUE value IS 175 (68.75% from 255) = 31.47%
R=31.47%
G=37.05%
B=31.47%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1752061750.1500.150.1912024.0374.71
HexAFCEAFF0F1378184b
Octal257316257170172317030113
Binary101011111100111010101111111101111100111111000110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCEAF; }

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

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

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

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

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

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

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

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