#ACE155

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

Shades of Conifer #ACE155

Tints of Conifer #ACE155

Color information

#ACE155 (or 0xACE155) is unknown color: approx Conifer. HEX triplet: AC, E1 and 55. RGB value is (172,225,85). Sum of RGB (Red+Green+Blue) = 172+225+85=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 225 (88.28% from 255 or 46.68% from 482); Blue value is 85 (33.59% from 255 or 17.63% from 482); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE155 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACE155 is #531EAA. Grayscale: #C1C1C1. Windows color (decimal): -5447339 or 5628332. OLE color: 5628332.

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

Color convert

RGB17222585-
CMYK0.2400.620.12
HSL82.71º70%60.78%-
HSV(B)82.71º62.22%88.24%-
XYZ45.5863.2818.41-
YUV193.1966.94112.88-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.68%
GREEN value IS 225 (88.28% from 255) = 46.68%
BLUE value IS 85 (33.59% from 255) = 17.63%
R=35.68%
G=46.68%
B=17.63%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal172225850.2400.620.1282.717060.78
HexACE1551803EC53463d
Octal254341125300761412310675
Binary10101100111000011010101110000111110110010100111000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE155; }

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

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

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

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

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

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

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

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