#ACE960

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

Shades of Conifer #ACE960

Tints of Conifer #ACE960

Color information

#ACE960 (or 0xACE960) is unknown color: approx Conifer. HEX triplet: AC, E9 and 60. RGB value is (172,233,96). Sum of RGB (Red+Green+Blue) = 172+233+96=501 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.33% from 501); Green value is 233 (91.41% from 255 or 46.51% from 501); Blue value is 96 (37.89% from 255 or 19.16% from 501); Max value from RGB is 233 - color contains mainly: green. Hex color #ACE960 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACE960 is #53169F. Grayscale: #C7C7C7. Windows color (decimal): -5445280 or 6351276. OLE color: 6351276.

HSL color Cylindrical-coordinate representation of color #ACE960: hue angle of 86.72º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ACE960 is Cyan = 0.26, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB17223396-
CMYK0.2600.590.09
HSL86.72º75.69%64.51%-
HSV(B)86.72º58.8%91.37%-
XYZ48.2667.8921.63-
YUV199.1469.79108.64-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.33%
GREEN value IS 233 (91.41% from 255) = 46.51%
BLUE value IS 96 (37.89% from 255) = 19.16%
R=34.33%
G=46.51%
B=19.16%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal172233960.2600.590.0986.7275.6964.51
HexACE9601A03B9574c41
Octal2543511403207311127114101
Binary101011001110100111000001101001110111001101011110011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE960; }

 p { color: rgb(172,233,96); }

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

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

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

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

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

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

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