#ACCEA9

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

Shades of Zanah #ACCEA9

Tints of Zanah #ACCEA9

Color information

#ACCEA9 (or 0xACCEA9) is unknown color: approx Zanah. HEX triplet: AC, CE and A9. RGB value is (172,206,169). Sum of RGB (Red+Green+Blue) = 172+206+169=547 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.44% from 547); Green value is 206 (80.86% from 255 or 37.66% from 547); Blue value is 169 (66.41% from 255 or 30.90% from 547); Max value from RGB is 206 - color contains mainly: green. Hex color #ACCEA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCEA9 is #533156. Grayscale: #BFBFBF. Windows color (decimal): -5452119 or 11128492. OLE color: 11128492.

HSL color Cylindrical-coordinate representation of color #ACCEA9: hue angle of 115.14º 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 #ACCEA9 is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB172206169-
CMYK0.1700.180.19
HSL115.14º27.41%73.53%-
HSV(B)115.14º17.96%80.78%-
XYZ46.2555.7845.86-
YUV191.62115.24114.01-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.44%
GREEN value IS 206 (80.86% from 255) = 37.66%
BLUE value IS 169 (66.41% from 255) = 30.90%
R=31.44%
G=37.66%
B=30.90%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1722061690.1700.180.19115.1427.4173.53
HexACCEA91101213731b4a
Octal254316251210222316333112
Binary10101100110011101010100110001010010100111110011110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCEA9; }

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

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

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

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

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

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

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

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