#ACD164

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

Shades of Conifer #ACD164

Tints of Conifer #ACD164

Color information

#ACD164 (or 0xACD164) is unknown color: approx Conifer. HEX triplet: AC, D1 and 64. RGB value is (172,209,100). Sum of RGB (Red+Green+Blue) = 172+209+100=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 209 (82.03% from 255 or 43.45% from 481); Blue value is 100 (39.45% from 255 or 20.79% from 481); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD164 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD164 is #532E9B. Grayscale: #B9B9B9. Windows color (decimal): -5451420 or 6607276. OLE color: 6607276.

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

Color convert

RGB172209100-
CMYK0.1800.520.18
HSL80.37º54.23%60.59%-
HSV(B)80.37º52.15%81.96%-
XYZ42.1155.2920.51-
YUV185.5179.74118.36-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.76%
GREEN value IS 209 (82.03% from 255) = 43.45%
BLUE value IS 100 (39.45% from 255) = 20.79%
R=35.76%
G=43.45%
B=20.79%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1722091000.1800.520.1880.3754.2360.59
HexACD164120341250363d
Octal25432114422064221206675
Binary10101100110100011100100100100110100100101010000110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD164; }

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

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

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

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

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

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

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

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