#ACCFA9

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

Shades of Zanah #ACCFA9

Tints of Zanah #ACCFA9

Color information

#ACCFA9 (or 0xACCFA9) is unknown color: approx Zanah. HEX triplet: AC, CF and A9. RGB value is (172,207,169). Sum of RGB (Red+Green+Blue) = 172+207+169=548 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.39% from 548); Green value is 207 (81.25% from 255 or 37.77% from 548); Blue value is 169 (66.41% from 255 or 30.84% from 548); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCFA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCFA9 is #533056. Grayscale: #C0C0C0. Windows color (decimal): -5451863 or 11128748. OLE color: 11128748.

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

Color convert

RGB172207169-
CMYK0.1700.180.19
HSL115.26º28.36%73.73%-
HSV(B)115.26º18.36%81.18%-
XYZ46.4956.2645.95-
YUV192.2114.9113.59-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.39%
GREEN value IS 207 (81.25% from 255) = 37.77%
BLUE value IS 169 (66.41% from 255) = 30.84%
R=31.39%
G=37.77%
B=30.84%

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
Decimal1722071690.1700.180.19115.2628.3673.73
HexACCFA91101213731c4a
Octal254317251210222316334112
Binary10101100110011111010100110001010010100111110011111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCFA9; }

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

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

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

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

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

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

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

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