#a1e85d

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

Shades of Conifer #A1E85D

Tints of Conifer #A1E85D

Color information

#A1E85D (or 0xA1E85D) is unknown color: approx Conifer. HEX triplet: A1, E8 and 5D. RGB value is (161,232,93). Sum of RGB (Red+Green+Blue) = 161+232+93=486 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.13% from 486); Green value is 232 (91.02% from 255 or 47.74% from 486); Blue value is 93 (36.72% from 255 or 19.14% from 486); Max value from RGB is 232 - color contains mainly: green. Hex color #A1E85D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1E85D is #5E17A2. Grayscale: #C3C3C3. Windows color (decimal): -6166435 or 6154401. OLE color: 6154401.

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

Color convert

RGB16123293-
CMYK0.3100.600.09
HSL90.65º75.14%63.73%-
HSV(B)90.65º59.91%90.98%-
XYZ45.5366.0820.71-
YUV194.9270.48103.8-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.13%
GREEN value IS 232 (91.02% from 255) = 47.74%
BLUE value IS 93 (36.72% from 255) = 19.14%
R=33.13%
G=47.74%
B=19.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal161232930.3100.600.0990.6575.1463.73
HexA1E85D1F03C95b4b40
Octal2413501353707411133113100
Binary101000011110100010111011111101111001001101101110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a1e85d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a1e85d; }

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

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

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

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

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

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

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

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