#ACCDA8

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

Shades of Zanah #ACCDA8

Tints of Zanah #ACCDA8

Color information

#ACCDA8 (or 0xACCDA8) is unknown color: approx Zanah. HEX triplet: AC, CD and A8. RGB value is (172,205,168). Sum of RGB (Red+Green+Blue) = 172+205+168=545 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.56% from 545); Green value is 205 (80.47% from 255 or 37.61% from 545); Blue value is 168 (66.02% from 255 or 30.83% from 545); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCDA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCDA8 is #533257. Grayscale: #BFBFBF. Windows color (decimal): -5452376 or 11062700. OLE color: 11062700.

HSL color Cylindrical-coordinate representation of color #ACCDA8: hue angle of 113.51º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ACCDA8 is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.

Color convert

RGB172205168-
CMYK0.1600.180.20
HSL113.51º27.01%73.14%-
HSV(B)113.51º18.05%80.39%-
XYZ45.9155.2645.29-
YUV190.91115.07114.51-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.56%
GREEN value IS 205 (80.47% from 255) = 37.61%
BLUE value IS 168 (66.02% from 255) = 30.83%
R=31.56%
G=37.61%
B=30.83%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1722051680.1600.180.20113.5127.0173.14
HexACCDA81001214721b49
Octal254315250200222416233111
Binary10101100110011011010100010000010010101001110010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCDA8; }

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

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

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

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

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

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

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

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