#A2D460

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

Shades of Conifer #A2D460

Tints of Conifer #A2D460

Color information

#A2D460 (or 0xA2D460) is unknown color: approx Conifer. HEX triplet: A2, D4 and 60. RGB value is (162,212,96). Sum of RGB (Red+Green+Blue) = 162+212+96=470 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.47% from 470); Green value is 212 (83.20% from 255 or 45.11% from 470); Blue value is 96 (37.89% from 255 or 20.43% from 470); Max value from RGB is 212 - color contains mainly: green. Hex color #A2D460 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D460 is #5D2B9F. Grayscale: #B8B8B8. Windows color (decimal): -6106016 or 6345890. OLE color: 6345890.

HSL color Cylindrical-coordinate representation of color #A2D460: hue angle of 85.86º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A2D460 is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB16221296-
CMYK0.2400.550.17
HSL85.86º57.43%60.39%-
HSV(B)85.86º54.72%83.14%-
XYZ40.5655.6119.66-
YUV183.8378.44112.43-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.47%
GREEN value IS 212 (83.20% from 255) = 45.11%
BLUE value IS 96 (37.89% from 255) = 20.43%
R=34.47%
G=45.11%
B=20.43%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal162212960.2400.550.1785.8657.4360.39
HexA2D460180371156393c
Octal24232414030067211267174
Binary10100010110101001100000110000110111100011010110111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D460; }

 p { color: rgb(162,212,96); }

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

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

 a { background-color: rgb(162,212,96); }

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

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

 span { border-color: rgb(162,212,96); }

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