#A1D85B

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

Shades of Conifer #A1D85B

Tints of Conifer #A1D85B

Color information

#A1D85B (or 0xA1D85B) is unknown color: approx Conifer. HEX triplet: A1, D8 and 5B. RGB value is (161,216,91). Sum of RGB (Red+Green+Blue) = 161+216+91=468 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.40% from 468); Green value is 216 (84.77% from 255 or 46.15% from 468); Blue value is 91 (35.94% from 255 or 19.44% from 468); Max value from RGB is 216 - color contains mainly: green. Hex color #A1D85B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D85B is #5E27A4. Grayscale: #B9B9B9. Windows color (decimal): -6170533 or 6019233. OLE color: 6019233.

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

Color convert

RGB16121691-
CMYK0.2500.580.15
HSL86.4º61.58%60.2%-
HSV(B)86.4º57.87%84.71%-
XYZ41.1457.4418.82-
YUV185.374.78110.66-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.40%
GREEN value IS 216 (84.77% from 255) = 46.15%
BLUE value IS 91 (35.94% from 255) = 19.44%
R=34.40%
G=46.15%
B=19.44%

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
Decimal161216910.2500.580.1586.461.5860.2
HexA1D85B1903AF563e3c
Octal24133013331072171267674
Binary1010000111011000101101111001011101011111010110111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D85B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D85B; }

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

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

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

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

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

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

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

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