#A7D860

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

Shades of Conifer #A7D860

Tints of Conifer #A7D860

Color information

#A7D860 (or 0xA7D860) is unknown color: approx Conifer. HEX triplet: A7, D8 and 60. RGB value is (167,216,96). Sum of RGB (Red+Green+Blue) = 167+216+96=479 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.86% from 479); Green value is 216 (84.77% from 255 or 45.09% from 479); Blue value is 96 (37.89% from 255 or 20.04% from 479); Max value from RGB is 216 - color contains mainly: green. Hex color #A7D860 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7D860 is #58279F. Grayscale: #BCBCBC. Windows color (decimal): -5777312 or 6346919. OLE color: 6346919.

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

Color convert

RGB16721696-
CMYK0.2300.560.15
HSL84.5º60.61%61.18%-
HSV(B)84.5º55.56%84.71%-
XYZ42.658.1720.05-
YUV187.6776.27113.26-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.86%
GREEN value IS 216 (84.77% from 255) = 45.09%
BLUE value IS 96 (37.89% from 255) = 20.04%
R=34.86%
G=45.09%
B=20.04%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal167216960.2300.560.1584.560.6161.18
HexA7D86017038F543d3d
Octal24733014027070171247575
Binary1010011111011000110000010111011100011111010100111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7D860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7D860; }

 p { color: rgb(167,216,96); }

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

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

 a { background-color: rgb(167,216,96); }

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

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

 span { border-color: rgb(167,216,96); }

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