#A1E860

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

Shades of Conifer #A1E860

Tints of Conifer #A1E860

Color information

#A1E860 (or 0xA1E860) is unknown color: approx Conifer. HEX triplet: A1, E8 and 60. RGB value is (161,232,96). Sum of RGB (Red+Green+Blue) = 161+232+96=489 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.92% from 489); Green value is 232 (91.02% from 255 or 47.44% from 489); Blue value is 96 (37.89% from 255 or 19.63% from 489); Max value from RGB is 232 - color contains mainly: green. Hex color #A1E860 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1E860 is #5E179F. Grayscale: #C3C3C3. Windows color (decimal): -6166432 or 6351009. OLE color: 6351009.

HSL color Cylindrical-coordinate representation of color #A1E860: hue angle of 91.32º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A1E860 is Cyan = 0.31, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB16123296-
CMYK0.3100.590.09
HSL91.32º74.73%64.31%-
HSV(B)91.32º58.62%90.98%-
XYZ45.6766.1321.42-
YUV195.2771.98103.56-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.92%
GREEN value IS 232 (91.02% from 255) = 47.44%
BLUE value IS 96 (37.89% from 255) = 19.63%
R=32.92%
G=47.44%
B=19.63%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal161232960.3100.590.0991.3274.7364.31
HexA1E8601F03B95b4b40
Octal2413501403707311133113100
Binary101000011110100011000001111101110111001101101110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E860; }

 p { color: rgb(161,232,96); }

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

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

 a { background-color: rgb(161,232,96); }

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

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

 span { border-color: rgb(161,232,96); }

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