#ACD155

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

Shades of Conifer #ACD155

Tints of Conifer #ACD155

Color information

#ACD155 (or 0xACD155) is unknown color: approx Conifer. HEX triplet: AC, D1 and 55. RGB value is (172,209,85). Sum of RGB (Red+Green+Blue) = 172+209+85=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 209 (82.03% from 255 or 44.85% from 466); Blue value is 85 (33.59% from 255 or 18.24% from 466); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD155 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD155 is #532EAA. Grayscale: #B8B8B8. Windows color (decimal): -5451435 or 5624236. OLE color: 5624236.

HSL color Cylindrical-coordinate representation of color #ACD155: hue angle of 77.9º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ACD155 is Cyan = 0.18, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB17220985-
CMYK0.1800.590.18
HSL77.9º57.41%57.65%-
HSV(B)77.9º59.33%81.96%-
XYZ41.4555.0317.03-
YUV183.872.24119.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.91%
GREEN value IS 209 (82.03% from 255) = 44.85%
BLUE value IS 85 (33.59% from 255) = 18.24%
R=36.91%
G=44.85%
B=18.24%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal172209850.1800.590.1877.957.4157.65
HexACD1551203B124e393a
Octal25432112522073221167172
Binary10101100110100011010101100100111011100101001110111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD155; }

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

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

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

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

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

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

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

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