#ACD86D

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

Shades of Conifer #ACD86D

Tints of Conifer #ACD86D

Color information

#ACD86D (or 0xACD86D) is unknown color: approx Conifer. HEX triplet: AC, D8 and 6D. RGB value is (172,216,109). Sum of RGB (Red+Green+Blue) = 172+216+109=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 216 (84.77% from 255 or 43.46% from 497); Blue value is 109 (42.97% from 255 or 21.93% from 497); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD86D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD86D is #532792. Grayscale: #BFBFBF. Windows color (decimal): -5449619 or 7198892. OLE color: 7198892.

HSL color Cylindrical-coordinate representation of color #ACD86D: hue angle of 84.67º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ACD86D is Cyan = 0.20, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB172216109-
CMYK0.2000.500.15
HSL84.67º57.84%63.73%-
HSV(B)84.67º49.54%84.71%-
XYZ44.3358.9923.52-
YUV190.6581.92114.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.61%
GREEN value IS 216 (84.77% from 255) = 43.46%
BLUE value IS 109 (42.97% from 255) = 21.93%
R=34.61%
G=43.46%
B=21.93%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1722161090.2000.500.1584.6757.8463.73
HexACD86D14032F553a40
Octal254330155240621712572100
Binary10101100110110001101101101000110010111110101011110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD86D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD86D; }

 p { color: rgb(172,216,109); }

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

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

 a { background-color: rgb(172,216,109); }

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

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

 span { border-color: rgb(172,216,109); }

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