#A4D964

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

Shades of Conifer #A4D964

Tints of Conifer #A4D964

Color information

#A4D964 (or 0xA4D964) is unknown color: approx Conifer. HEX triplet: A4, D9 and 64. RGB value is (164,217,100). Sum of RGB (Red+Green+Blue) = 164+217+100=481 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.10% from 481); Green value is 217 (85.16% from 255 or 45.11% from 481); Blue value is 100 (39.45% from 255 or 20.79% from 481); Max value from RGB is 217 - color contains mainly: green. Hex color #A4D964 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D964 is #5B269B. Grayscale: #BCBCBC. Windows color (decimal): -5973660 or 6609316. OLE color: 6609316.

HSL color Cylindrical-coordinate representation of color #A4D964: hue angle of 87.18º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A4D964 is Cyan = 0.24, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB164217100-
CMYK0.2400.540.15
HSL87.18º60.62%62.16%-
HSV(B)87.18º53.92%85.1%-
XYZ42.4258.4421.1-
YUV187.8278.44111.01-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.10%
GREEN value IS 217 (85.16% from 255) = 45.11%
BLUE value IS 100 (39.45% from 255) = 20.79%
R=34.10%
G=45.11%
B=20.79%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1642171000.2400.540.1587.1860.6262.16
HexA4D96418036F573d3e
Octal24433114430066171277576
Binary1010010011011001110010011000011011011111010111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D964; }

 p { color: rgb(164,217,100); }

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

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

 a { background-color: rgb(164,217,100); }

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

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

 span { border-color: rgb(164,217,100); }

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