#A2D85B

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

Shades of Conifer #A2D85B

Tints of Conifer #A2D85B

Color information

#A2D85B (or 0xA2D85B) is unknown color: approx Conifer. HEX triplet: A2, D8 and 5B. RGB value is (162,216,91). Sum of RGB (Red+Green+Blue) = 162+216+91=469 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.54% from 469); Green value is 216 (84.77% from 255 or 46.06% from 469); Blue value is 91 (35.94% from 255 or 19.40% from 469); Max value from RGB is 216 - color contains mainly: green. Hex color #A2D85B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D85B is #5D27A4. Grayscale: #BABABA. Windows color (decimal): -6104997 or 6019234. OLE color: 6019234.

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

Color convert

RGB16221691-
CMYK0.2500.580.15
HSL85.92º61.58%60.2%-
HSV(B)85.92º57.87%84.71%-
XYZ41.3457.5518.83-
YUV185.674.61111.16-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.54%
GREEN value IS 216 (84.77% from 255) = 46.06%
BLUE value IS 91 (35.94% from 255) = 19.40%
R=34.54%
G=46.06%
B=19.40%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal162216910.2500.580.1585.9261.5860.2
HexA2D85B1903AF563e3c
Octal24233013331072171267674
Binary1010001011011000101101111001011101011111010110111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D85B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D85B; }

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

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

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

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

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

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

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

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