#A5D85D

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

Shades of Conifer #A5D85D

Tints of Conifer #A5D85D

Color information

#A5D85D (or 0xA5D85D) is unknown color: approx Conifer. HEX triplet: A5, D8 and 5D. RGB value is (165,216,93). Sum of RGB (Red+Green+Blue) = 165+216+93=474 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.81% from 474); Green value is 216 (84.77% from 255 or 45.57% from 474); Blue value is 93 (36.72% from 255 or 19.62% from 474); Max value from RGB is 216 - color contains mainly: green. Hex color #A5D85D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D85D is #5A27A2. Grayscale: #BBBBBB. Windows color (decimal): -5908387 or 6150309. OLE color: 6150309.

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

Color convert

RGB16521693-
CMYK0.2400.570.15
HSL84.88º61.19%60.59%-
HSV(B)84.88º56.94%84.71%-
XYZ42.0557.919.32-
YUV186.7375.1112.5-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.81%
GREEN value IS 216 (84.77% from 255) = 45.57%
BLUE value IS 93 (36.72% from 255) = 19.62%
R=34.81%
G=45.57%
B=19.62%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal165216930.2400.570.1584.8861.1960.59
HexA5D85D18039F553d3d
Octal24533013530071171257575
Binary1010010111011000101110111000011100111111010101111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D85D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D85D; }

 p { color: rgb(165,216,93); }

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

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

 a { background-color: rgb(165,216,93); }

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

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

 span { border-color: rgb(165,216,93); }

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