#A1FC5E

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

Shades of Conifer #A1FC5E

Tints of Conifer #A1FC5E

Color information

#A1FC5E (or 0xA1FC5E) is unknown color: approx Conifer. HEX triplet: A1, FC and 5E. RGB value is (161,252,94). Sum of RGB (Red+Green+Blue) = 161+252+94=507 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.76% from 507); Green value is 252 (98.83% from 255 or 49.70% from 507); Blue value is 94 (37.11% from 255 or 18.54% from 507); Max value from RGB is 252 - color contains mainly: green. Hex color #A1FC5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1FC5E is #5E03A1. Grayscale: #CFCFCF. Windows color (decimal): -6161314 or 6225057. OLE color: 6225057.

HSL color Cylindrical-coordinate representation of color #A1FC5E: hue angle of 94.56º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A1FC5E is Cyan = 0.36, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB16125294-
CMYK0.3600.630.01
HSL94.56º96.34%67.84%-
HSV(B)94.56º62.7%98.82%-
XYZ51.5378.0122.93-
YUV206.7864.3595.35-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.76%
GREEN value IS 252 (98.83% from 255) = 49.70%
BLUE value IS 94 (37.11% from 255) = 18.54%
R=31.76%
G=49.70%
B=18.54%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal161252940.3600.630.0194.5696.3467.84
HexA1FC5E2403F15f6044
Octal241374136440771137140104
Binary1010000111111100101111010010001111111101111111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FC5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FC5E; }

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

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

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

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

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

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

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

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