#A1D85D

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

Shades of Conifer #A1D85D

Tints of Conifer #A1D85D

Color information

#A1D85D (or 0xA1D85D) is unknown color: approx Conifer. HEX triplet: A1, D8 and 5D. RGB value is (161,216,93). Sum of RGB (Red+Green+Blue) = 161+216+93=470 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.26% from 470); Green value is 216 (84.77% from 255 or 45.96% from 470); Blue value is 93 (36.72% from 255 or 19.79% from 470); Max value from RGB is 216 - color contains mainly: green. Hex color #A1D85D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D85D is #5E27A2. Grayscale: #B9B9B9. Windows color (decimal): -6170531 or 6150305. OLE color: 6150305.

HSL color Cylindrical-coordinate representation of color #A1D85D: hue angle of 86.83º 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 #A1D85D is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB16121693-
CMYK0.2500.570.15
HSL86.83º61.19%60.59%-
HSV(B)86.83º56.94%84.71%-
XYZ41.2357.4819.28-
YUV185.5375.78110.5-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.26%
GREEN value IS 216 (84.77% from 255) = 45.96%
BLUE value IS 93 (36.72% from 255) = 19.79%
R=34.26%
G=45.96%
B=19.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal161216930.2500.570.1586.8361.1960.59
HexA1D85D19039F573d3d
Octal24133013531071171277575
Binary1010000111011000101110111001011100111111010111111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D85D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D85D; }

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

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

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

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

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

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

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

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