#ACCDAC

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

Shades of Zanah #ACCDAC

Tints of Zanah #ACCDAC

Color information

#ACCDAC (or 0xACCDAC) is unknown color: approx Zanah. HEX triplet: AC, CD and AC. RGB value is (172,205,172). Sum of RGB (Red+Green+Blue) = 172+205+172=549 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.33% from 549); Green value is 205 (80.47% from 255 or 37.34% from 549); Blue value is 172 (67.58% from 255 or 31.33% from 549); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCDAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCDAC is #533253. Grayscale: #BFBFBF. Windows color (decimal): -5452372 or 11324844. OLE color: 11324844.

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

Color convert

RGB172205172-
CMYK0.1600.160.20
HSL120º24.81%73.92%-
HSV(B)120º16.1%80.39%-
XYZ46.2955.4147.29-
YUV191.37117.07114.18-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.33%
GREEN value IS 205 (80.47% from 255) = 37.34%
BLUE value IS 172 (67.58% from 255) = 31.33%
R=31.33%
G=37.34%
B=31.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1722051720.1600.160.2012024.8173.92
HexACCDAC100101478194a
Octal254315254200202417031112
Binary10101100110011011010110010000010000101001111000110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCDAC; }

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

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

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

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

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

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

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

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