#ACDD64

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

Shades of Conifer #ACDD64

Tints of Conifer #ACDD64

Color information

#ACDD64 (or 0xACDD64) is unknown color: approx Conifer. HEX triplet: AC, DD and 64. RGB value is (172,221,100). Sum of RGB (Red+Green+Blue) = 172+221+100=493 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.89% from 493); Green value is 221 (86.72% from 255 or 44.83% from 493); Blue value is 100 (39.45% from 255 or 20.28% from 493); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDD64 is #53229B. Grayscale: #C0C0C0. Windows color (decimal): -5448348 or 6610348. OLE color: 6610348.

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

Color convert

RGB172221100-
CMYK0.2200.550.13
HSL84.3º64.02%62.94%-
HSV(B)84.3º54.75%86.67%-
XYZ45.1761.421.53-
YUV192.5675.77113.34-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.89%
GREEN value IS 221 (86.72% from 255) = 44.83%
BLUE value IS 100 (39.45% from 255) = 20.28%
R=34.89%
G=44.83%
B=20.28%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722211000.2200.550.1384.364.0262.94
HexACDD6416037D54403f
Octal254335144260671512410077
Binary10101100110111011100100101100110111110110101001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDD64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDD64; }

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

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

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

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

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

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

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

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