#A1F15E

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

Shades of Conifer #A1F15E

Tints of Conifer #A1F15E

Color information

#A1F15E (or 0xA1F15E) is unknown color: approx Conifer. HEX triplet: A1, F1 and 5E. RGB value is (161,241,94). Sum of RGB (Red+Green+Blue) = 161+241+94=496 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.46% from 496); Green value is 241 (94.53% from 255 or 48.59% from 496); Blue value is 94 (37.11% from 255 or 18.95% from 496); Max value from RGB is 241 - color contains mainly: green. Hex color #A1F15E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F15E is #5E0EA1. Grayscale: #C8C8C8. Windows color (decimal): -6164130 or 6222241. OLE color: 6222241.

HSL color Cylindrical-coordinate representation of color #A1F15E: hue angle of 92.65º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A1F15E is Cyan = 0.33, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB16124194-
CMYK0.3300.610.05
HSL92.65º84%65.69%-
HSV(B)92.65º61%94.51%-
XYZ48.1771.321.81-
YUV200.326899.95-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.46%
GREEN value IS 241 (94.53% from 255) = 48.59%
BLUE value IS 94 (37.11% from 255) = 18.95%
R=32.46%
G=48.59%
B=18.95%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal161241940.3300.610.0592.658465.69
HexA1F15E2103D55d5442
Octal241361136410755135124102
Binary101000011111000110111101000010111101101101110110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F15E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F15E; }

 p { color: rgb(161,241,94); }

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

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

 a { background-color: rgb(161,241,94); }

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

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

 span { border-color: rgb(161,241,94); }

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