#ACCFA5

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

Shades of Zanah #ACCFA5

Tints of Zanah #ACCFA5

Color information

#ACCFA5 (or 0xACCFA5) is unknown color: approx Zanah. HEX triplet: AC, CF and A5. RGB value is (172,207,165). Sum of RGB (Red+Green+Blue) = 172+207+165=544 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.62% from 544); Green value is 207 (81.25% from 255 or 38.05% from 544); Blue value is 165 (64.84% from 255 or 30.33% from 544); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCFA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCFA5 is #53305A. Grayscale: #BFBFBF. Windows color (decimal): -5451867 or 10866604. OLE color: 10866604.

HSL color Cylindrical-coordinate representation of color #ACCFA5: hue angle of 110º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACCFA5 is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB172207165-
CMYK0.1700.200.19
HSL110º30.43%72.94%-
HSV(B)110º20.29%81.18%-
XYZ46.1256.1144-
YUV191.75112.9113.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.62%
GREEN value IS 207 (81.25% from 255) = 38.05%
BLUE value IS 165 (64.84% from 255) = 30.33%
R=31.62%
G=38.05%
B=30.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1722071650.1700.200.1911030.4372.94
HexACCFA511014136e1e49
Octal254317245210242315636111
Binary10101100110011111010010110001010100100111101110111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCFA5; }

 p { color: rgb(172,207,165); }

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

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

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

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

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

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

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