#ACD061

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

Shades of Conifer #ACD061

Tints of Conifer #ACD061

Color information

#ACD061 (or 0xACD061) is unknown color: approx Conifer. HEX triplet: AC, D0 and 61. RGB value is (172,208,97). Sum of RGB (Red+Green+Blue) = 172+208+97=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 208 (81.64% from 255 or 43.61% from 477); Blue value is 97 (38.28% from 255 or 20.34% from 477); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD061 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD061 is #532F9E. Grayscale: #B8B8B8. Windows color (decimal): -5451679 or 6410412. OLE color: 6410412.

HSL color Cylindrical-coordinate representation of color #ACD061: hue angle of 79.46º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ACD061 is Cyan = 0.17, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.

Color convert

RGB17220897-
CMYK0.1700.530.18
HSL79.46º54.15%59.8%-
HSV(B)79.46º53.37%81.57%-
XYZ41.7354.7519.68-
YUV184.5878.57119.03-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.06%
GREEN value IS 208 (81.64% from 255) = 43.61%
BLUE value IS 97 (38.28% from 255) = 20.34%
R=36.06%
G=43.61%
B=20.34%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal172208970.1700.530.1879.4654.1559.8
HexACD06111035124f363c
Octal25432014121065221176674
Binary10101100110100001100001100010110101100101001111110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD061; }

 p { color: rgb(172,208,97); }

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

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

 a { background-color: rgb(172,208,97); }

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

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

 span { border-color: rgb(172,208,97); }

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