#A2D651

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

Shades of Conifer #A2D651

Tints of Conifer #A2D651

Color information

#A2D651 (or 0xA2D651) is unknown color: approx Conifer. HEX triplet: A2, D6 and 51. RGB value is (162,214,81). Sum of RGB (Red+Green+Blue) = 162+214+81=457 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.45% from 457); Green value is 214 (83.98% from 255 or 46.83% from 457); Blue value is 81 (32.03% from 255 or 17.72% from 457); Max value from RGB is 214 - color contains mainly: green. Hex color #A2D651 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D651 is #5D29AE. Grayscale: #B7B7B7. Windows color (decimal): -6105519 or 5363362. OLE color: 5363362.

HSL color Cylindrical-coordinate representation of color #A2D651: hue angle of 83.46º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A2D651 is Cyan = 0.24, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB16221481-
CMYK0.2400.620.16
HSL83.46º61.86%57.84%-
HSV(B)83.46º62.15%83.92%-
XYZ40.4356.3716.53-
YUV183.2970.27112.81-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.45%
GREEN value IS 214 (83.98% from 255) = 46.83%
BLUE value IS 81 (32.03% from 255) = 17.72%
R=35.45%
G=46.83%
B=17.72%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal162214810.2400.620.1683.4661.8657.84
HexA2D6511803E10533e3a
Octal24232612130076201237672
Binary10100010110101101010001110000111110100001010011111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D651; }

 p { color: rgb(162,214,81); }

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

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

 a { background-color: rgb(162,214,81); }

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

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

 span { border-color: rgb(162,214,81); }

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