#A2D159

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

Shades of Conifer #A2D159

Tints of Conifer #A2D159

Color information

#A2D159 (or 0xA2D159) is unknown color: approx Conifer. HEX triplet: A2, D1 and 59. RGB value is (162,209,89). Sum of RGB (Red+Green+Blue) = 162+209+89=460 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.22% from 460); Green value is 209 (82.03% from 255 or 45.43% from 460); Blue value is 89 (35.16% from 255 or 19.35% from 460); Max value from RGB is 209 - color contains mainly: green. Hex color #A2D159 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D159 is #5D2EA6. Grayscale: #B5B5B5. Windows color (decimal): -6106791 or 5886370. OLE color: 5886370.

HSL color Cylindrical-coordinate representation of color #A2D159: hue angle of 83.5º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A2D159 is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB16220989-
CMYK0.2200.570.18
HSL83.5º56.6%58.43%-
HSV(B)83.5º57.42%81.96%-
XYZ39.55417.79-
YUV181.2775.93114.26-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.22%
GREEN value IS 209 (82.03% from 255) = 45.43%
BLUE value IS 89 (35.16% from 255) = 19.35%
R=35.22%
G=45.43%
B=19.35%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal162209890.2200.570.1883.556.658.43
HexA2D159160391254393a
Octal24232113126071221247172
Binary10100010110100011011001101100111001100101010100111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D159; }

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

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

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

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

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

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

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

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