#A2D84E

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

Shades of Conifer #A2D84E

Tints of Conifer #A2D84E

Color information

#A2D84E (or 0xA2D84E) is unknown color: approx Conifer. HEX triplet: A2, D8 and 4E. RGB value is (162,216,78). Sum of RGB (Red+Green+Blue) = 162+216+78=456 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.53% from 456); Green value is 216 (84.77% from 255 or 47.37% from 456); Blue value is 78 (30.86% from 255 or 17.11% from 456); Max value from RGB is 216 - color contains mainly: green. Hex color #A2D84E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D84E is #5D27B1. Grayscale: #B8B8B8. Windows color (decimal): -6105010 or 5167266. OLE color: 5167266.

HSL color Cylindrical-coordinate representation of color #A2D84E: hue angle of 83.48º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A2D84E is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB16221678-
CMYK0.2500.640.15
HSL83.48º63.89%57.65%-
HSV(B)83.48º63.89%84.71%-
XYZ40.8357.3416.12-
YUV184.1268.11112.22-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.53%
GREEN value IS 216 (84.77% from 255) = 47.37%
BLUE value IS 78 (30.86% from 255) = 17.11%
R=35.53%
G=47.37%
B=17.11%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal162216780.2500.640.1583.4863.8957.65
HexA2D84E19040F53403a
Octal2423301163101001712310072
Binary101000101101100010011101100101000000111110100111000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D84E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D84E; }

 p { color: rgb(162,216,78); }

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

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

 a { background-color: rgb(162,216,78); }

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

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

 span { border-color: rgb(162,216,78); }

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