#ACE95F

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

Shades of Conifer #ACE95F

Tints of Conifer #ACE95F

Color information

#ACE95F (or 0xACE95F) is unknown color: approx Conifer. HEX triplet: AC, E9 and 5F. RGB value is (172,233,95). Sum of RGB (Red+Green+Blue) = 172+233+95=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 233 (91.41% from 255 or 46.6% from 500); Blue value is 95 (37.5% from 255 or 19% from 500); Max value from RGB is 233 - color contains mainly: green. Hex color #ACE95F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACE95F is #5316A0. Grayscale: #C7C7C7. Windows color (decimal): -5445281 or 6285740. OLE color: 6285740.

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

Color convert

RGB17223395-
CMYK0.2600.590.09
HSL86.52º75.82%64.31%-
HSV(B)86.52º59.23%91.37%-
XYZ48.2267.8721.39-
YUV199.0369.29108.72-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.4%
GREEN value IS 233 (91.41% from 255) = 46.6%
BLUE value IS 95 (37.5% from 255) = 19%
R=34.4%
G=46.6%
B=19%

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
Decimal172233950.2600.590.0986.5275.8264.31
HexACE95F1A03B9574c40
Octal2543511373207311127114100
Binary101011001110100110111111101001110111001101011110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE95F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE95F; }

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

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

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

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

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

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

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

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