#ACDD65

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

Shades of Conifer #ACDD65

Tints of Conifer #ACDD65

Color information

#ACDD65 (or 0xACDD65) is unknown color: approx Conifer. HEX triplet: AC, DD and 65. RGB value is (172,221,101). Sum of RGB (Red+Green+Blue) = 172+221+101=494 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.82% from 494); Green value is 221 (86.72% from 255 or 44.74% from 494); Blue value is 101 (39.84% from 255 or 20.45% from 494); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDD65 is #53229A. Grayscale: #C1C1C1. Windows color (decimal): -5448347 or 6675884. OLE color: 6675884.

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

Color convert

RGB172221101-
CMYK0.2200.540.13
HSL84.5º63.83%63.14%-
HSV(B)84.5º54.3%86.67%-
XYZ45.2261.4221.78-
YUV192.6776.27113.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.82%
GREEN value IS 221 (86.72% from 255) = 44.74%
BLUE value IS 101 (39.84% from 255) = 20.45%
R=34.82%
G=44.74%
B=20.45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722211010.2200.540.1384.563.8363.14
HexACDD6516036D54403f
Octal254335145260661512410077
Binary10101100110111011100101101100110110110110101001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDD65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDD65; }

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

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

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

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

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

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

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

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