#ACDC65

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

Shades of Conifer #ACDC65

Tints of Conifer #ACDC65

Color information

#ACDC65 (or 0xACDC65) is unknown color: approx Conifer. HEX triplet: AC, DC and 65. RGB value is (172,220,101). Sum of RGB (Red+Green+Blue) = 172+220+101=493 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.89% from 493); Green value is 220 (86.33% from 255 or 44.62% from 493); Blue value is 101 (39.84% from 255 or 20.49% from 493); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDC65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDC65 is #53239A. Grayscale: #C0C0C0. Windows color (decimal): -5448603 or 6675628. OLE color: 6675628.

HSL color Cylindrical-coordinate representation of color #ACDC65: hue angle of 84.2º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ACDC65 is Cyan = 0.22, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB172220101-
CMYK0.2200.540.14
HSL84.2º62.96%62.94%-
HSV(B)84.2º54.09%86.27%-
XYZ44.9660.921.7-
YUV192.0876.6113.68-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.89%
GREEN value IS 220 (86.33% from 255) = 44.62%
BLUE value IS 101 (39.84% from 255) = 20.49%
R=34.89%
G=44.62%
B=20.49%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1722201010.2200.540.1484.262.9662.94
HexACDC6516036E543f3f
Octal25433414526066161247777
Binary1010110011011100110010110110011011011101010100111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDC65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDC65; }

 p { color: rgb(172,220,101); }

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

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

 a { background-color: rgb(172,220,101); }

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

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

 span { border-color: rgb(172,220,101); }

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