#ACCEA8

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

Shades of Zanah #ACCEA8

Tints of Zanah #ACCEA8

Color information

#ACCEA8 (or 0xACCEA8) is unknown color: approx Zanah. HEX triplet: AC, CE and A8. RGB value is (172,206,168). Sum of RGB (Red+Green+Blue) = 172+206+168=546 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.50% from 546); Green value is 206 (80.86% from 255 or 37.73% from 546); Blue value is 168 (66.02% from 255 or 30.77% from 546); Max value from RGB is 206 - color contains mainly: green. Hex color #ACCEA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCEA8 is #533157. Grayscale: #BFBFBF. Windows color (decimal): -5452120 or 11062956. OLE color: 11062956.

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

Color convert

RGB172206168-
CMYK0.1700.180.19
HSL113.68º27.94%73.33%-
HSV(B)113.68º18.45%80.78%-
XYZ46.1555.7445.37-
YUV191.5114.74114.09-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.50%
GREEN value IS 206 (80.86% from 255) = 37.73%
BLUE value IS 168 (66.02% from 255) = 30.77%
R=31.50%
G=37.73%
B=30.77%

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
Decimal1722061680.1700.180.19113.6827.9473.33
HexACCEA81101213721c49
Octal254316250210222316234111
Binary10101100110011101010100010001010010100111110010111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCEA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCEA8; }

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

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

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

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

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

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

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

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