#ACD564

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

Shades of Conifer #ACD564

Tints of Conifer #ACD564

Color information

#ACD564 (or 0xACD564) is unknown color: approx Conifer. HEX triplet: AC, D5 and 64. RGB value is (172,213,100). Sum of RGB (Red+Green+Blue) = 172+213+100=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 213 (83.59% from 255 or 43.92% from 485); Blue value is 100 (39.45% from 255 or 20.62% from 485); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD564 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD564 is #532A9B. Grayscale: #BCBCBC. Windows color (decimal): -5450396 or 6608300. OLE color: 6608300.

HSL color Cylindrical-coordinate representation of color #ACD564: hue angle of 81.77º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ACD564 is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB172213100-
CMYK0.1900.530.16
HSL81.77º57.36%61.37%-
HSV(B)81.77º53.05%83.53%-
XYZ43.1157.2820.84-
YUV187.8678.42116.69-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.46%
GREEN value IS 213 (83.59% from 255) = 43.92%
BLUE value IS 100 (39.45% from 255) = 20.62%
R=35.46%
G=43.92%
B=20.62%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1722131000.1900.530.1681.7757.3661.37
HexACD564130351052393d
Octal25432514423065201227175
Binary10101100110101011100100100110110101100001010010111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD564; }

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

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

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

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

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

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

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

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