#A2D161

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

Shades of Conifer #A2D161

Tints of Conifer #A2D161

Color information

#A2D161 (or 0xA2D161) is unknown color: approx Conifer. HEX triplet: A2, D1 and 61. RGB value is (162,209,97). Sum of RGB (Red+Green+Blue) = 162+209+97=468 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.62% from 468); Green value is 209 (82.03% from 255 or 44.66% from 468); Blue value is 97 (38.28% from 255 or 20.73% from 468); Max value from RGB is 209 - color contains mainly: green. Hex color #A2D161 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D161 is #5D2E9E. Grayscale: #B6B6B6. Windows color (decimal): -6106783 or 6410658. OLE color: 6410658.

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

Color convert

RGB16220997-
CMYK0.2200.540.18
HSL85.18º54.9%60%-
HSV(B)85.18º53.59%81.96%-
XYZ39.8654.1519.66-
YUV182.1879.93113.61-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.62%
GREEN value IS 209 (82.03% from 255) = 44.66%
BLUE value IS 97 (38.28% from 255) = 20.73%
R=34.62%
G=44.66%
B=20.73%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal162209970.2200.540.1885.1854.960
HexA2D161160361255373c
Octal24232114126066221256774
Binary10100010110100011100001101100110110100101010101110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D161; }

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

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

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

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

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

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

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

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