#A1FA57

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

Shades of Conifer #A1FA57

Tints of Conifer #A1FA57

Color information

#A1FA57 (or 0xA1FA57) is unknown color: approx Conifer. HEX triplet: A1, FA and 57. RGB value is (161,250,87). Sum of RGB (Red+Green+Blue) = 161+250+87=498 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.33% from 498); Green value is 250 (98.05% from 255 or 50.20% from 498); Blue value is 87 (34.38% from 255 or 17.47% from 498); Max value from RGB is 250 - color contains mainly: green. Hex color #A1FA57 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1FA57 is #5E05A8. Grayscale: #CDCDCD. Windows color (decimal): -6161833 or 5765793. OLE color: 5765793.

HSL color Cylindrical-coordinate representation of color #A1FA57: hue angle of 92.76º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A1FA57 is Cyan = 0.36, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.02.

Color convert

RGB16125087-
CMYK0.3600.650.02
HSL92.76º94.22%66.08%-
HSV(B)92.76º65.2%98.04%-
XYZ50.676.6421.14-
YUV204.8161.5196.75-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.33%
GREEN value IS 250 (98.05% from 255) = 50.20%
BLUE value IS 87 (34.38% from 255) = 17.47%
R=32.33%
G=50.20%
B=17.47%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal161250870.3600.650.0292.7694.2266.08
HexA1FA572404125d5e42
Octal2413721274401012135136102
Binary101000011111101010101111001000100000110101110110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FA57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FA57; }

 p { color: rgb(161,250,87); }

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

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

 a { background-color: rgb(161,250,87); }

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

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

 span { border-color: rgb(161,250,87); }

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