#ACE364

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

Shades of Conifer #ACE364

Tints of Conifer #ACE364

Color information

#ACE364 (or 0xACE364) is unknown color: approx Conifer. HEX triplet: AC, E3 and 64. RGB value is (172,227,100). Sum of RGB (Red+Green+Blue) = 172+227+100=499 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.47% from 499); Green value is 227 (89.06% from 255 or 45.49% from 499); Blue value is 100 (39.45% from 255 or 20.04% from 499); Max value from RGB is 227 - color contains mainly: green. Hex color #ACE364 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACE364 is #531C9B. Grayscale: #C4C4C4. Windows color (decimal): -5446812 or 6611884. OLE color: 6611884.

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

Color convert

RGB172227100-
CMYK0.2400.560.11
HSL85.98º69.4%64.12%-
HSV(B)85.98º55.95%89.02%-
XYZ46.7864.6322.07-
YUV196.0873.78110.83-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.47%
GREEN value IS 227 (89.06% from 255) = 45.49%
BLUE value IS 100 (39.45% from 255) = 20.04%
R=34.47%
G=45.49%
B=20.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1722271000.2400.560.1185.9869.464.12
HexACE36418038B564540
Octal2543431443007013126105100
Binary101011001110001111001001100001110001011101011010001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE364; }

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

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

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

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

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

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

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

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