#ACE164

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

Shades of Conifer #ACE164

Tints of Conifer #ACE164

Color information

#ACE164 (or 0xACE164) is unknown color: approx Conifer. HEX triplet: AC, E1 and 64. RGB value is (172,225,100). Sum of RGB (Red+Green+Blue) = 172+225+100=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 225 (88.28% from 255 or 45.27% from 497); Blue value is 100 (39.45% from 255 or 20.12% from 497); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE164 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACE164 is #531E9B. Grayscale: #C3C3C3. Windows color (decimal): -5447324 or 6611372. OLE color: 6611372.

HSL color Cylindrical-coordinate representation of color #ACE164: hue angle of 85.44º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ACE164 is Cyan = 0.24, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.

Color convert

RGB172225100-
CMYK0.2400.560.12
HSL85.44º67.57%63.73%-
HSV(B)85.44º55.56%88.24%-
XYZ46.2463.5421.88-
YUV194.974.44111.66-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.61%
GREEN value IS 225 (88.28% from 255) = 45.27%
BLUE value IS 100 (39.45% from 255) = 20.12%
R=34.61%
G=45.27%
B=20.12%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1722251000.2400.560.1285.4467.5763.73
HexACE16418038C554440
Octal2543411443007014125104100
Binary101011001110000111001001100001110001100101010110001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE164; }

 p { color: rgb(172,225,100); }

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

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

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

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

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

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

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