#A2D759

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

Shades of Conifer #A2D759

Tints of Conifer #A2D759

Color information

#A2D759 (or 0xA2D759) is unknown color: approx Conifer. HEX triplet: A2, D7 and 59. RGB value is (162,215,89). Sum of RGB (Red+Green+Blue) = 162+215+89=466 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.76% from 466); Green value is 215 (84.38% from 255 or 46.14% from 466); Blue value is 89 (35.16% from 255 or 19.10% from 466); Max value from RGB is 215 - color contains mainly: green. Hex color #A2D759 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D759 is #5D28A6. Grayscale: #B9B9B9. Windows color (decimal): -6105255 or 5887906. OLE color: 5887906.

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

Color convert

RGB16221589-
CMYK0.2500.590.16
HSL85.24º61.17%59.61%-
HSV(B)85.24º58.6%84.31%-
XYZ415718.29-
YUV184.7973.94111.75-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.76%
GREEN value IS 215 (84.38% from 255) = 46.14%
BLUE value IS 89 (35.16% from 255) = 19.10%
R=34.76%
G=46.14%
B=19.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal162215890.2500.590.1685.2461.1759.61
HexA2D7591903B10553d3c
Octal24232713131073201257574
Binary10100010110101111011001110010111011100001010101111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D759; }

 p { color: rgb(162,215,89); }

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

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

 a { background-color: rgb(162,215,89); }

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

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

 span { border-color: rgb(162,215,89); }

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