#A1F864

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

Shades of Conifer #A1F864

Tints of Conifer #A1F864

Color information

#A1F864 (or 0xA1F864) is unknown color: approx Conifer. HEX triplet: A1, F8 and 64. RGB value is (161,248,100). Sum of RGB (Red+Green+Blue) = 161+248+100=509 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.63% from 509); Green value is 248 (97.27% from 255 or 48.72% from 509); Blue value is 100 (39.45% from 255 or 19.65% from 509); Max value from RGB is 248 - color contains mainly: green. Hex color #A1F864 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F864 is #5E079B. Grayscale: #CDCDCD. Windows color (decimal): -6162332 or 6617249. OLE color: 6617249.

HSL color Cylindrical-coordinate representation of color #A1F864: hue angle of 95.27º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A1F864 is Cyan = 0.35, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB161248100-
CMYK0.3500.600.03
HSL95.27º91.36%68.24%-
HSV(B)95.27º59.68%97.25%-
XYZ50.5775.6323.99-
YUV205.1168.6896.53-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.63%
GREEN value IS 248 (97.27% from 255) = 48.72%
BLUE value IS 100 (39.45% from 255) = 19.65%
R=31.63%
G=48.72%
B=19.65%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1612481000.3500.600.0395.2791.3668.24
HexA1F8642303C35f5b44
Octal241370144430743137133104
Binary10100001111110001100100100011011110011101111110110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F864; }

 p { color: rgb(161,248,100); }

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

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

 a { background-color: rgb(161,248,100); }

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

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

 span { border-color: rgb(161,248,100); }

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