#ACE16A

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

Shades of Conifer #ACE16A

Tints of Conifer #ACE16A

Color information

#ACE16A (or 0xACE16A) is unknown color: approx Conifer. HEX triplet: AC, E1 and 6A. RGB value is (172,225,106). Sum of RGB (Red+Green+Blue) = 172+225+106=503 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.19% from 503); Green value is 225 (88.28% from 255 or 44.73% from 503); Blue value is 106 (41.80% from 255 or 21.07% from 503); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE16A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACE16A is #531E95. Grayscale: #C4C4C4. Windows color (decimal): -5447318 or 7004588. OLE color: 7004588.

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

Color convert

RGB172225106-
CMYK0.2400.530.12
HSL86.72º66.48%64.9%-
HSV(B)86.72º52.89%88.24%-
XYZ46.5463.6623.47-
YUV195.5977.44111.18-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.19%
GREEN value IS 225 (88.28% from 255) = 44.73%
BLUE value IS 106 (41.80% from 255) = 21.07%
R=34.19%
G=44.73%
B=21.07%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1722251060.2400.530.1286.7266.4864.9
HexACE16A18035C574241
Octal2543411523006514127102101
Binary101011001110000111010101100001101011100101011110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE16A; }

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

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

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

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

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

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

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

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