#A2D964

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

Shades of Conifer #A2D964

Tints of Conifer #A2D964

Color information

#A2D964 (or 0xA2D964) is unknown color: approx Conifer. HEX triplet: A2, D9 and 64. RGB value is (162,217,100). Sum of RGB (Red+Green+Blue) = 162+217+100=479 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.82% from 479); Green value is 217 (85.16% from 255 or 45.30% from 479); Blue value is 100 (39.45% from 255 or 20.88% from 479); Max value from RGB is 217 - color contains mainly: green. Hex color #A2D964 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D964 is #5D269B. Grayscale: #BBBBBB. Windows color (decimal): -6104732 or 6609314. OLE color: 6609314.

HSL color Cylindrical-coordinate representation of color #A2D964: hue angle of 88.21º 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 #A2D964 is Cyan = 0.25, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB162217100-
CMYK0.2500.540.15
HSL88.21º60.62%62.16%-
HSV(B)88.21º53.92%85.1%-
XYZ42.0158.2321.08-
YUV187.2278.78110.01-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.82%
GREEN value IS 217 (85.16% from 255) = 45.30%
BLUE value IS 100 (39.45% from 255) = 20.88%
R=33.82%
G=45.30%
B=20.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1622171000.2500.540.1588.2160.6262.16
HexA2D96419036F583d3e
Octal24233114431066171307576
Binary1010001011011001110010011001011011011111011000111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D964; }

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

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

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

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

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

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

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

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