#ACD065

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

Shades of Conifer #ACD065

Tints of Conifer #ACD065

Color information

#ACD065 (or 0xACD065) is unknown color: approx Conifer. HEX triplet: AC, D0 and 65. RGB value is (172,208,101). Sum of RGB (Red+Green+Blue) = 172+208+101=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 208 (81.64% from 255 or 43.24% from 481); Blue value is 101 (39.84% from 255 or 21.00% from 481); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD065 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD065 is #532F9A. Grayscale: #B9B9B9. Windows color (decimal): -5451675 or 6672556. OLE color: 6672556.

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

Color convert

RGB172208101-
CMYK0.1700.510.18
HSL80.19º53.23%60.59%-
HSV(B)80.19º51.44%81.57%-
XYZ41.9254.8220.68-
YUV185.0480.57118.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.76%
GREEN value IS 208 (81.64% from 255) = 43.24%
BLUE value IS 101 (39.84% from 255) = 21.00%
R=35.76%
G=43.24%
B=21.00%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1722081010.1700.510.1880.1953.2360.59
HexACD065110331250353d
Octal25432014521063221206575
Binary10101100110100001100101100010110011100101010000110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD065; }

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

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

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

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

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

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

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

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