#ACEA5E

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

Shades of Conifer #ACEA5E

Tints of Conifer #ACEA5E

Color information

#ACEA5E (or 0xACEA5E) is unknown color: approx Conifer. HEX triplet: AC, EA and 5E. RGB value is (172,234,94). Sum of RGB (Red+Green+Blue) = 172+234+94=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 234 (91.80% from 255 or 46.8% from 500); Blue value is 94 (37.11% from 255 or 18.8% from 500); Max value from RGB is 234 - color contains mainly: green. Hex color #ACEA5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACEA5E is #5315A1. Grayscale: #C8C8C8. Windows color (decimal): -5445026 or 6220460. OLE color: 6220460.

HSL color Cylindrical-coordinate representation of color #ACEA5E: hue angle of 86.57º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ACEA5E is Cyan = 0.26, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB17223494-
CMYK0.2600.600.08
HSL86.57º76.92%64.31%-
HSV(B)86.57º59.83%91.76%-
XYZ48.4668.4221.24-
YUV199.568.46108.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.4%
GREEN value IS 234 (91.80% from 255) = 46.8%
BLUE value IS 94 (37.11% from 255) = 18.8%
R=34.4%
G=46.8%
B=18.8%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal172234940.2600.600.0886.5776.9264.31
HexACEA5E1A03C8574d40
Octal2543521363207410127115100
Binary101011001110101010111101101001111001000101011110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEA5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEA5E; }

 p { color: rgb(172,234,94); }

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

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

 a { background-color: rgb(172,234,94); }

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

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

 span { border-color: rgb(172,234,94); }

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