#ACCEA7

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

Shades of Zanah #ACCEA7

Tints of Zanah #ACCEA7

Color information

#ACCEA7 (or 0xACCEA7) is unknown color: approx Zanah. HEX triplet: AC, CE and A7. RGB value is (172,206,167). Sum of RGB (Red+Green+Blue) = 172+206+167=545 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.56% from 545); Green value is 206 (80.86% from 255 or 37.80% from 545); Blue value is 167 (65.62% from 255 or 30.64% from 545); Max value from RGB is 206 - color contains mainly: green. Hex color #ACCEA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCEA7 is #533158. Grayscale: #BFBFBF. Windows color (decimal): -5452121 or 10997420. OLE color: 10997420.

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

Color convert

RGB172206167-
CMYK0.1700.190.19
HSL112.31º28.47%73.14%-
HSV(B)112.31º18.93%80.78%-
XYZ46.0655.744.88-
YUV191.39114.24114.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.56%
GREEN value IS 206 (80.86% from 255) = 37.80%
BLUE value IS 167 (65.62% from 255) = 30.64%
R=31.56%
G=37.80%
B=30.64%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1722061670.1700.190.19112.3128.4773.14
HexACCEA71101313701c49
Octal254316247210232316034111
Binary10101100110011101010011110001010011100111110000111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCEA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCEA7; }

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

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

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

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

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

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

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

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